0

I am trying to load an android application from html file when browsing the page with android browser.

I have tried like below

<a android:scheme="com.mxtech.videoplayer.ad">Click </a>

But without any avail...

I am also trying to pass a video link to the app.

Any has any idea..

I have seen this kind of link can be done in apple ios.

Abul Hasnat
  • 1,541
  • 2
  • 16
  • 23
  • 1
    By "load", do you mean "start an already installed on the device Application" or do you mean "install an Application from a link on a web site"? – Tigger May 23 '13 at 10:32
  • Similar type of question asked before : http://stackoverflow.com/questions/13042278/launch-android-application-from-a-browser-link?rq=1 – Butani Vijay May 23 '13 at 10:37
  • Similar type of Question asked before : http://stackoverflow.com/questions/13042278/launch-android-application-from-a-browser-link?rq=1 – Butani Vijay May 23 '13 at 10:39
  • already installed app – Abul Hasnat May 23 '13 at 10:56

1 Answers1

0

And that's the Android way:

http://play.google.com/store/apps/details?id=<package_name>

e.g. https://play.google.com/store/apps/details?id=com.troubi.kingofmath

At an Android device the user will be asked whether he'd like to open this app in the browser or Google Play.

poitroae
  • 21,129
  • 10
  • 63
  • 81