When I create an SQLite database in Corona, the file is stored in system.DocumentsDirectory. Once the database has been created, can I access it using javascript from a native WebView or WebPopup in iOS? I want to create an SQLite database in Corona and then use the database to populate a table in a native WebView.
According to the documentation: “Corona includes support for SQLite databases on all platforms. This is based on the built-in sqlite support on the iPhone.” I’m not sure about the relationship between Corona’s SQLite databases and the SQLite databases used by WebKit to provide HTML5 client-side storage.
Thanks!
Dave [import]uid: 164828 topic_id: 31062 reply_id: 331062[/import]