Frage

I am developing a mobile app using flex 4.5

I want to let the user share a plain text using any of the apps available in his device (whatsapp, facebook, skype, bluetooth, ..). How can I do that? I know how to email, sms and call. But don't know how to share.

Please help

War es hilfreich?

Lösung

Air does not have native support for this feature, however you can use it with the navigateToURL method, but its still very clumsy.

You need to use Android SDK Share Intent URL's to access the native share menu's. more info here: Air Share Intent

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top