In my cordova application I was using ydn.db. Method values was working fine. Now replaced it with valuesByIndex, which now fails. Does anybody know if ydn.db valuesByIndex method id fully supported on windows phone 10?
Asked
Active
Viewed 42 times
0
-
What error did you get? – Elvis Xia - MSFT Aug 03 '16 at 01:39
-
When i removed the 3rd optional argument - keyRange - everything worked. With the 3rd argument - data was not fetched from indexeddb. – Peter Babukh Aug 05 '16 at 06:37