View Single Post
BluesLee's Avatar
Posts: 411 | Thanked: 1,105 times | Joined on Jan 2010 @ Europe
#10
Originally Posted by Vromoth View Post
Hi BluesLee,

I love the idea behind this app, There are some bugs I noticed though. Such as when you try to rotate the screen some apps graphics mess up. And sometimes apps won't show properly in portrait. Is there a way to detect what type of app it is and lock it its orientation?

Vromoth
Hello Vromoth,

as indicated in the initial post i am not the developer of this app which is in BETA stage;-)

Nevertheless, according to Sviox's blog you can unzip your example widget, modify the corresponding config file, zip it back and run it on your N9. For Tizen widgets you would need to modify config.xml
Code:
<feature name="http://wacapps.net/api/viewport">
    <param name="orientation" value="landscape"/>
</feature>
to force orientation to 'landscape'. I did not tried this but i hope it helps...
 

The Following User Says Thank You to BluesLee For This Useful Post: