PhoneGap supported Windows 8.1 DB
-
Hello I am started working in PhoneGap apps for windows 8.1 using indexed db but its not working. While i am trying with windows 8 the indexed db supported. so any one aware of this issue means reply me. What db i should go with for windows 8.1 Awaiting for quick reply Thank You, Regards, Ganesh.
Ganesan S
-
Hello I am started working in PhoneGap apps for windows 8.1 using indexed db but its not working. While i am trying with windows 8 the indexed db supported. so any one aware of this issue means reply me. What db i should go with for windows 8.1 Awaiting for quick reply Thank You, Regards, Ganesh.
Ganesan S
IndexedDB is not yet supported by Windows Phone 8.1, but there is a cordova-plugin-indexeddb shim based on WebSql. To install the plugin use cordova plugin add com.msopentech.indexeddb
Regards, K