after opening my phonegap app in iPad it shows error index.html , your device doesn't support a stable version of indexedDB.
but it works fine in all other device (android and iphone)
i have tried adding the IndexedDBShim as script in index.html file, but didnt worked. i have also tried using cordova plugins in config.xml as follows
<plugin name="com.msopentech.indexeddb"/>
<plugin name="cordova-plugin-indexeddb-async"/>
but non worked. please let me know if anyone have faced this problem earlier and solved.
Thanks