- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
I have a cordova app that uses Intel Framework SDK and currently running on Android Platform.
I am trying to port it on Windows8 and facing some issues e.g. I am not able to type into the text input controls.
I see a file "appframeworkod-min.js" in my project and I see in this file there is an attribute:os.android=true;
I am suspecting this as the culprit but not sure regarding this.
I have few questions:
1) Is there anything that I need to change for porting my cordova app(using Intel Framework) from Android to Windows?
2) Do I need different set of app framework files or set some attributes to windows in any of these files ?
Any suggestions would be really appreciated.
Thanks
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You do not need to change anything to deploy for another platform. But looks like your app is using android theme. You can disable use of the theme by :
$.ui.useOSThemes = false;

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