- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I built an application with Intel XDK, works very well!!
Only thing is with the new ios8 there seems to be an issue with the Autorotate on IPad (stuck in portrait mode). Everything works well on ios7.
I am using app framework ui and have the following lines in my index file
AppMobi.device.
AppMobi.device.setAutoRotate(
Thank you,
Sonya
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I recommend that you use the intel.xdk namespace in place of the AppMobi namespace if you want to continue using it. Currently, we are deprecating some of our intel.xdk APIs. For more information, go to https://software.intel.com/en-us/html5/articles/intel-xdk-api-cordova-plugin-methods-properties-events.
Are you building your application with the build options under Cordova 3.X or Legacy? If you chose to use the Cordova 3.X build options, you can set your project's orientation under the Projects panel to Default, Landscape or Portrait.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I also tried
intel.xdk.device.setAutoRotate(true);
intel.xdk.device.setRotateOrientation("any");
with no luck. I am not using the Cordova build option it does not work. I am using legacy buid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See this thread (https://forums.html5dev-software.intel.com/viewtopic.php?f=29&t=7830), it might provide some insight.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page