How to share to social media

610
2
Jump to solution
09-09-2017 12:16 AM
by Anonymous User
Not applicable

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.

0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable

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")

View solution in original post

0 Kudos
2 Replies
MarkusLackinger
New Contributor II

I would also be interested in such a solution!

0 Kudos
by Anonymous User
Not applicable

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")

0 Kudos