Possible Duplicate:
jQuery Mobile lock orientation
Is there any way to prevent orientation to change?
I tried: $.mobile.orientationChangeEnabled = false;
but no success...
Any ideas???
Possible Duplicate:
jQuery Mobile lock orientation
Is there any way to prevent orientation to change?
I tried: $.mobile.orientationChangeEnabled = false;
but no success...
Any ideas???
You can't prevent orientation to change, it's a behavior of safari.
You can show to the user a messagge to explain that your site is optimized for portrait or landscape view.