I am in the midst of converting a html/javascript app that runs on iOS/Android to work on Windows 8/RT. I have most of the HTML/Javascript/jQuery working on the Windows 8/RT but need to figure out to get the plugin working on windows 8.
That said I have a couple questions.
1) What is the native language of Windows 8/RT?
- In Android, my Javascript plugin talks to a JAVA file and returns a
pluginresult. What is the equivalent on Windows 8?
2) Is there any documentation on how to setup a Windows 8 plugin?
- The Phonegap page only currently lists Windows Phone 8/7
documentation.
3) The Cordova plugin supports a window.openDatabase function for both iOS and Android, is there an equivalent on Windows 8?
4) Does Windows 8 allow Bluetooth communication?
- related topic here Windows Store Bluetooth
1 Answer