Software Archive
Read-only legacy content
17061 Discussions

Porting cordova app from Android to Windows8

K12345
Beginner
333 Views

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

 

 

 

0 Kudos
1 Reply
Swati_S_Intel1
Employee
333 Views

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;
0 Kudos
Reply