Eme Fibonacci Well-Known Member Licensed User Longtime User Dec 5, 2014 #1 I am trying to create an activity with a webview. (my app: b4a + html5 + jquery mobile). This webview loads a html file with WebSQL database. In desktop works well (google chrome) android: Webview not open/create the file database. var db = window.openDatabase... always return null. I've used the webviewsettings library to set the webview in b4a but not worked. Any idea? Excuse my English. Thank you.
I am trying to create an activity with a webview. (my app: b4a + html5 + jquery mobile). This webview loads a html file with WebSQL database. In desktop works well (google chrome) android: Webview not open/create the file database. var db = window.openDatabase... always return null. I've used the webviewsettings library to set the webview in b4a but not worked. Any idea? Excuse my English. Thank you.
Erel B4X founder Staff member Licensed User Longtime User Dec 5, 2014 #2 B4A allows you to create native applications. Why don't you use the SQL library to access the database? Upvote 0
B4A allows you to create native applications. Why don't you use the SQL library to access the database?