Hi,
trie to lock the orientation to Landscape. I want do prevent the orientation Change to portrait.
The mobile event is not working. I tried as follow:
<script type="text/javascript">
$(document).bind("mobileinit", function () {
$.mobile.pushStateEnabled = true;
$.mobile.orientationChangeEnabled = false;
$.mobile.page.prototype.options.domCache = true;
});
</script>
<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>