cordova-docs
cordova-docs copied to clipboard
[Documentation] indexedDb on iOS
The current documentation on indexedDb says:
Disadvantages
- Not supported on iOS.
Is this really still the case?
Because according to the Dexie library it has already implemented indexedDB 2.0... See: Dexie.org - IndexedDB on Safari
indexedDB is properly supported by both WKWebView and UIWebView as of iOS 10.3.
Should I make a pr on the cordova docs?
Has been resolved