I was just wondering if anyone has tried to exploit the webviewer component to give access to a localised sqlite database within an app without using any extensions?
I was thinking that it may be done using:
- sql.js loaded as a webpage into a webviewer
- using the webviewstring functionality to send in SQL queries and for getting the result of those queries
Note quite sure how you would load an SQLite file into the browser component however.
Anyway, has anyone tried this? Anyone think it is feasible?