ks32 / CrosswalkNative

Embedded Crosswalk 77 webview based sample project.
95 stars 42 forks source link

IndexedDB not working #29

Closed SithisDev closed 3 years ago

SithisDev commented 3 years ago

What can be done to make IndexedDB work properly? IndexedDB data is not saved ... @ks32 can you please help?

SithisDev commented 3 years ago

I am testing IndexedDB at https://webinista.github.io/IDBTaskList/. It works in Crosswalk 23, but does not save data in CrosswalkNative (Chromium77). When I try to add an entry, I get the error: Uncaught InvalidStateError: Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing.

Yamilemon commented 3 years ago

How do you make IndexedDB work? I have the same problem.