RE: Launch on Android

2015-09-16 Thread Ralph DiMola
e [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Dan Friedman Sent: Wednesday, September 16, 2015 6:44 PM To: use-livecode@lists.runrev.com Subject: Launch on Android Hello... I'm looking to launch the Facebook app from my application. On iOS, this works great: launch

Launch on Android

2015-09-16 Thread Dan Friedman
Hello... I'm looking to launch the Facebook app from my application. On iOS, this works great: launch url "fb://profile/##" if the result = "no association" then put "http://m.facebook.com/myFBName?ref=ts"; into tUrl mobileControlCreate "browser","theBrowser" mobileControlSet