Вопрос

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