Quote:
Originally Posted by eureka
@silver18, did you tried to use CSS properties for implementing of landscape mode? Something like:
Code:
-webkit-transform: rotate(90deg);
(or, maybe, just plain transform: rotate(90deg); will work)
Of course, it should be applied on user request through JavaScript...
|
I'm working on it...
Rotation seems to work, but I have to change the pivot point, translate everything and then change width and height....
I'm having problems with moving around elements!