Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Can I install Qt WebKit for iOS somehow?

Can I install Qt WebKit for iOS somehow?

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 2 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.
  • A Offline
    A Offline
    artem.marchenko
    wrote on last edited by
    #1

    I realize that app made with it won't be accepted to Apple App Store, I just want to prototype with the web content in a page. I tried Qt WebKit, but unfortunately it exposes pretty much nothing so I can't for example disable top-bottom of page bouncing, nor can I supply HTML using just a string.

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

      Hi,

      No you can't, one of Apple's App Store rule is that you can't use another version of webkit that the one provided by Apple.

      Did you mean you tried "QtWebView":https://qt.gitorious.org/qt/qtwebview/ ?

      If it doesn't expose enough you'll have to write some native code

      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
      • A Offline
        A Offline
        artem.marchenko
        wrote on last edited by
        #3

        I am just playing with the UI prototyping, so don't care that much about App Store rules - going to try things locally only.

        Yes, I have tried QtWebView and accessing it's native internals could be good enough for me, finding an easy way for it is, however, somewhat beyond me. Advices are very welcome.

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

          Even if you do, there's no sense trying to port QtWebKit on a platform where you won't be able to use it.

          You can re-use the iOS version in your code and modify it to suite your needs

          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

          • Login

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