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!