Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved Store data on Android (part 2 ;) )

    QML and Qt Quick
    webview
    1
    2
    797
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • CharlieG
      CharlieG last edited by A Former User

      Hi,

      I always work on my application which use WebView. As a reminder, my main problem is that WebView, on Android, don't store data, login, password, ...
      I just noticed that it isn't true with all web sites. For example, this works with the Goolge account or the Qt Forum account. But not on the Yahoo account.

      Is it a bug with WebView ? Is it normal ? How to change it ?
      What do you think about this ?

      Thank you in advance.

      Bye.

      Charlie

      1 Reply Last reply Reply Quote 1
      • CharlieG
        CharlieG last edited by

        Hi,

        I find where the problem is. This line is necessary in source of WebView (java source) :
        webSettings.setDomStorageEnabled(true);

        I've reported the bug here.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post