Does anyone have any examples of how you could hook up a button to invoke the native 'Share' capabilities on Android and iOS using QML only?
Or any other suggestions on how to share to the likes of Facebook and Twitter from an AppStudio app?
Ideally sharing both images (photos) and text, but even just text (e.g. urls) would be good.
Solved! Go to Solution.
Just came across my old post here. For anyone stumbling across this, you can now achieve this with the clipboard/sharing functionality in AppStudio:
AppFramework.clipboard.share("text to share")
I would also be interested in such a solution!
Just came across my old post here. For anyone stumbling across this, you can now achieve this with the clipboard/sharing functionality in AppStudio:
AppFramework.clipboard.share("text to share")