When loading my app in under iOS 11.1.2 / safari localForage always uses webSQLStorage driver instead of indexedDB. Even the attempt to force the driver either in config or by using setDriver fails and the driver() function always provides webSQLStorage. Actually indexedDB should be supported since iOS 10.2. Looking into the localForage issues there is no clear statement whether indexedDB is now supported or not. I must save quite big data on the client side and think the alternatives like local Storage and webSQLStorage will not work for my application.
Best regards
Matthias
When loading my app in under iOS 11.1.2 / safari localForage always uses webSQLStorage driver instead of indexedDB. Even the attempt to force the driver either in config or by using setDriver fails and the driver() function always provides webSQLStorage. Actually indexedDB should be supported since iOS 10.2. Looking into the localForage issues there is no clear statement whether indexedDB is now supported or not. I must save quite big data on the client side and think the alternatives like local Storage and webSQLStorage will not work for my application.
Best regards
Matthias