Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Store data on Android (part 2 ;) )

Store data on Android (part 2 ;) )

Scheduled Pinned Locked Moved Solved QML and Qt Quick
webview
2 Posts 1 Posters 1.1k Views
  • 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.
  • CharlieGC Offline
    CharlieGC Offline
    CharlieG
    wrote on last edited by A Former User
    #1

    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
    1
    • CharlieGC Offline
      CharlieGC Offline
      CharlieG
      wrote on last edited by
      #2

      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
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved