Submitted by Alvaro Jimenez ... on March 15, 2012 - 12:04pm Assumed Answered Tags: untaggedjive-migrated when I turn the tablet do not fit the buttons, images,,,,, I can disable the gravity sensor of my tablet by rho elements May 3, 2012 - 6:44am #1 Robert Galvin You can look at the You can look at the screenOrientation object in the help file to control orientation behavior. To disable screen orientation: <script> screenOrientation.autoRotate = 'Disabled'; </script> Vote: Vote up! Vote down! Points: 0 You voted ‘up’ Log in to post comments
You can look at the screenOrientation object in the help file to control orientation behavior. To disable screen orientation:
<script>
screenOrientation.autoRotate = 'Disabled';
</script>
Points: 0
You voted ‘up’
Log in to post comments