Hi I started using WRT on nokia web tools and I just need to lock device rotation to keep it on portrait mode how can I do such a thing??? help please?
Thanks,
Hi I started using WRT on nokia web tools and I just need to lock device rotation to keep it on portrait mode how can I do such a thing??? help please?
Thanks,
i think there i something link widget.setDisplayLandscape();
For more information you can see the example On demand web tv example.
Hi,
You can do it by
Details in the documentation. If the link takes you to the main page, please click again. Then you should see the right topic.Code:if (widget.isrotationsupported) widget.setDisplayPortrait();
http://library.forum.nokia.com/topic...1823A4534.html
-Ilkka