Toddler Toddler
You have to add this plugin to your XDK project and then open index.html in XDK and put this code below the closing head tag:
<script>
screen.lockOrientation("landscape");
</script>[/code:ft8kubki]
It did work for Android only though. For ios I had to use phonegap cli + xcode without any plugins. It locked and worked correctly.