[Webkit-unassigned] [Bug 137034] New: window.indexedDB is null and read-only on iOS 8 UIWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 23 11:30:43 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=137034

           Summary: window.indexedDB is null and read-only on iOS 8
                    UIWebView
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: iOS
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nolan at nolanlawson.com


On the UIWebView in iOS8, the `window.indexedDB` object is null and read-only, which means it's impossible to shim using something like IndexedDBShim [1].

An article just appeared in Smashing Magazine a few weeks ago with a tutorial about how to use IndexedDB with IndexedDBShim [2]. Anybody following the article will end up with non-working code in an iOS 8 app due to this bug.

There's also a relevant IndexedDBShim issue [3].

[1]: https://github.com/axemclion/IndexedDBShim
[2]: http://www.smashingmagazine.com/2014/09/02/building-simple-cross-browser-offline-todo-list-indexeddb-websql/
[3]: https://github.com/axemclion/IndexedDBShim/issues/161

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list