QDesktopServices and QClipboard support for iOS
Mobile and Embedded
3
Posts
2
Posters
1.8k
Views
1
Watching
-
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
-
Hi,
Did you test mailto in the simulator ? It won't work in there (no mail app), but it does on a device