Hi
I have full screen view (iframe) and want to force landscape. What is the best way to do? In PhoneGap it works for android but not iOS.
Thanks
Hi
I have full screen view (iframe) and want to force landscape. What is the best way to do? In PhoneGap it works for android but not iOS.
Thanks
The layout of screen must be defined on phonegap level, js lib can’t change orientation of browser window, it can only adjust ui to the browser’s screen size.