Quote:
Originally Posted by silver18
Finally rotation is back even for WAFs!!!
You have to add this to your config.xml file:
Code:
<kindle:messaging>
<kindle:app name="com.lab126.pillow" value="yes"/>
</kindle:messaging>
and then call this function in your HTML:
Code:
kindle.dev.setOrientation(state);
Variable state can be "portrait", "auto" or "landscape"!!
Have fun!
|
This method seems to no longer work in mesquite for Kindle Touch! Damn. Anyone had any success in rotating mesquite web apps?