View Single Post
Old 04-25-2012, 10:36 AM   #142
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 708
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Quote:
Originally Posted by eureka View Post
@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!
silver18 is offline