Is it possible, and if so, how would you launch an app using a hyperlink in a web page? The web page of course is being viewed by a mobile device's native web browser. I'm aware that writing an Android Java app, you would use <intent-filter>, but of couse I would hope for a multi-platform solution (Android, iOS, etc.) using JavaScript for mobiles devices (smart phones & tablets).
↧