Page 1 of 1

IOS issue on Room25 : Help needed

Posted: 02 August 2020, 13:54
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?

Re: IOS issue on Room25 : Help needed

Posted: 03 August 2020, 10:22
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

Re: IOS issue on Room25 : Help needed

Posted: 03 August 2020, 10:30
by Mistergos
Thanks a lot. It seems to work.
Quite hard to debug this without MAC :)