IOS issue on Room25 : Help needed

Game development with Board Game Arena Studio
Post Reply
User avatar
Mistergos
Posts: 79
Joined: 18 September 2011, 16:59

IOS issue on Room25 : Help needed

Post by Mistergos »

Hi there
I am the developper of Room25 currently on Beta.
I have a css issue on Room25 for both Chrome and Safari on IOS (not on android or PC). Room back side is not displayed when tile is flipped.
It is probably one css line missing but since i have no way to reproduce it (no idevice) i cannot fix it.

Does anyone with an IOS device can give a hand to fix this very awkward issue?
User avatar
shadowphiar
Posts: 124
Joined: 01 January 2017, 16:07

Re: IOS issue on Room25 : Help needed

Post by shadowphiar »

I think your .tileback class needs to have the backface hidden in the same way that the front sides do.

Code: Select all

    -webkit-backface-visibility: hidden;
    backface-visibility:hidden
User avatar
Mistergos
Posts: 79
Joined: 18 September 2011, 16:59

Re: IOS issue on Room25 : Help needed

Post by Mistergos »

Thanks a lot. It seems to work.
Quite hard to debug this without MAC :)
Post Reply

Return to “Developers”