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. QDesktopServices and QClipboard support for iOS

QDesktopServices and QClipboard support for iOS

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 1.8k 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.
  • D Offline
    D Offline
    DaRk3R
    wrote on last edited by
    #1

    Hello all,

    Does anyone know whether there are plans for supporting QDesktopServices and QClipboard for iOS?

    Correct me if I'm wrong but for now QApplication::clipboard() does not actually give back the QClipboard object associated with the iOS clipboard but some QClipboard empty object. Whereas QDesktopServices only prints @The platform plugin does not support services. @

    and fails to do what it's told to(I only tried QDesktopServices::openUrl("mailto:something@something.com") but I don't see why other things would work).

    Thank you,

    Corneliu

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

      Hi,

      Did you test mailto in the simulator ? It won't work in there (no mail app), but it does on a device

      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
      • D Offline
        D Offline
        DaRk3R
        wrote on last edited by
        #3

        Hello,

        I was testing it on a device not in the simulator. But anyways now, the mailto trick seems to work fine (maybe added in the 5.2 beta).

        Does anyone know when and if QClipboard will start working?

        Thanks,

        Corneliu

        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