Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Where does QtWebView stores cookies
Forum Updated to NodeBB v4.3 + New Features

Where does QtWebView stores cookies

Scheduled Pinned Locked Moved General and Desktop
6 Posts 3 Posters 1.0k Views 1 Watching
  • 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.
  • K Offline
    K Offline
    karim24
    wrote on last edited by
    #1

    Hi,

    I have a QtWebView (not QWebView) , QML component how do I get the cookies that are stored for the application?
    and is QtWebView supported in iOS, I have tried it in android and is supported, but have no idea about iOS?

    Thanks

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Sorry, I don't know for the cookies part. As for iOS, yes it is supported.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • K Offline
        K Offline
        karim24
        wrote on last edited by
        #3

        Is it possible that I intercept the the network requests coming from/to the app , using QNetworkAccessManager from within the app itself.

        perhaps then I can access the headers.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          AFAIK, no, the QtWebView module is a wrapper that allows to use the iOS and Android native web view component but they don't use Qt's network framework

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • K Offline
            K Offline
            karim24
            wrote on last edited by
            #5

            So I am using an installed Qt 5.4 on Linux . but I located the source code of QtWebView, I tried to modify the source code of Java and .cpp , but the changes are not effecting the app at all.

            do I have to download the source code, make modifications then build it again.

            1 Reply Last reply
            0
            • raven-worxR Offline
              raven-worxR Offline
              raven-worx
              Moderators
              wrote on last edited by
              #6

              [quote author="karim24" date="1421883152"]
              do I have to download the source code, make modifications then build it again.[/quote]

              of course you have to!

              --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
              If you have a question please use the forum so others can benefit from the solution in the future

              1 Reply Last reply
              0

              • Login

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