質問

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

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top