Jason Washo
Jason Washo
I confirmed this is an Elemental2 problem. I'm using 1.0 RC1 since I can't use 1.0 due to GWT 2.9 not really existing yet.
@realityforge - Thanks for the recommendation. This also doesn't work. I'm at a loss. Anyone else on this board having the same problem with Mobile Safari?
I ended up temporarily going back to using JSNI to interact with the raw JavaScript instead of using IndexedDB through Elemental2/JsInterop. It would be very helpful to know if others...
This works: `$wnd.db = DBOpenRequest.result;` But this doesn't: `IDBDatabase db = (IDBDatabase) openDbRequest.result;`
Julien - Sorry. Here's some more code that makes sense: This works (JSNI): ``` $wnd.indexedDB = $wnd.indexedDB || $wnd.mozIndexedDB || $wnd.webkitIndexedDB || $wnd.msIndexedDB; var DBOpenRequest = $wnd.indexedDB.open("databasenamehere", 1); DBOpenRequest.onerror =...
Were you able to reproduce?
Were you able to reproduce?
Were you able to reproduce?
That's correct. The JSNI counterpart for it works fine though.
Hi - Any update on this? I am having the same exact issue. It seems that the white screen appears for me only when `` is included in my confix.xml....