ios - websql in android webview not created -
i using nparashuram's indexeddb polyfill websql in android webview. when first start app, create database, 4 stores each own indexes. tested polyfill in chrome , safari ios , works expected, in android 4.3's webview , below, seems init process not work.
i need manually delete database , recreate again, in order able work websql database. did else had problem?
is there sustainable solution this?
it seems if delay init process of database, don't problems in android webview. far tested in android 4.1.2 , android 4.3. did this:
settimeout(function(){ app.initdb(); },500);
instead of app.initdb();
Comments
Post a Comment