Results 1 to 3 of 3

Thread: Webkit and Client Side Storage

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2010
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Webkit and Client Side Storage

    I'm having the same issue. I get that exact error in the inspector. I can't figure it out... Could it be a bug in Qt? Because it works just fine in Safari.

  2. #2
    Join Date
    Jun 2010
    Posts
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Symbian S60 Maemo/MeeGo

    Default Re: Webkit and Client Side Storage

    I know it's been a while since this question was posted.. I had the same issue and there is very little information about this error around web.
    Indeed, error happens when calling openDatabase within JS and I managed to eliminate it with

    Qt Code:
    1. QWebSettings::globalSettings()->setOfflineStoragePath("/some/writable/path/here");
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. side-by-side configuration is incorrect
    By trueqt in forum Qt Programming
    Replies: 1
    Last Post: 28th August 2009, 00:35
  2. Client side password management
    By frikkasoft in forum Qt Programming
    Replies: 2
    Last Post: 12th December 2008, 10:23
  3. Stack two QMenuBars instead of side by side?
    By killerwookie99 in forum Qt Programming
    Replies: 1
    Last Post: 16th August 2008, 06:27
  4. Replies: 5
    Last Post: 15th February 2008, 02:54
  5. What is the format of QByteArray's storage?
    By LiCodeX in forum Newbie
    Replies: 4
    Last Post: 31st October 2007, 09:21

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.