actionscript 3 - How do I open native google plus app from inside my app for android? -
I want users to share URLs links to Google from within the Google as3 app using the Navigating URL Yes, but I want to open the native Google Plus app, do not go through the mobile web browser. I am using the AS3 function below for iOS which works perfectly well:
< Pre> function ShareOnGooglePlus (Event: Event): Zero {var inte Block: URLRequest = new URLRequest ("gplus: //plus.google .com / share? Url =" + URL_LINK); NavigateToURL (Request, "_blank")}
This function is not doing anything on Android only and I do not know why anyone knows something about it?
Thanks in advance
Comments
Post a Comment