Can I open an HTML5 client-side database via an iPhone App (objective-C)?

Posted by Pete Thompson on Stack Overflow See other posts from Stack Overflow or by Pete Thompson
Published on 2010-03-31T10:06:29Z Indexed on 2010/03/31 20:03 UTC
Read the original article Hit count: 471

Filed under:
|
|
|
|

I am using UIWebView in a regular Objective-C iPhone App. Web pages displayed in the UIWebView are writing to a HTML5 client-side SQL database via javascript. I would like to open this database for reading and writing from the iPhone App. Is this possible? and if so, how do I find the database and can I use the SQLite framework to open them?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiwebview