[webkit-dev] Local Storage (SQL Database) not working in my app built with XCode

Jeremy Orlow jorlow at chromium.org
Fri May 14 06:56:30 PDT 2010


See the enable functions in WebCore/page/Settings.h.

On Fri, May 14, 2010 at 2:48 PM, Adam Thorsen <adam.thorsen at gmail.com>wrote:

> I've got a minimal browser app that is linked against the WebKit framework
> that I'm building with XCode.  I'm developing a website that uses some HTML5
> local storage features, including the ability to create a local SQL
> database.  This site works properly in in Safari and Chrome, but I can't
> create the database in my WebKit based app (I just get a null return value
> when I call "openDatabase(shortName, version, displayName, maxSize)."  What
> do I need to do to be able to build an app that can create a local SQL
> database?
>
> I've posted on cocoa-dev and webkit-help already a few days ago, so this
> post is a last resort.  Apologies if this is too off-topic.
>
> Thanks,
>
> -Adam
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20100514/d5fbed1a/attachment.html>


More information about the webkit-dev mailing list