Is it possible to navigate from html5 app in web browser to android app installed on phone.
Asked
Active
Viewed 865 times
1 Answers
0
Question referred to by user247245 in his comment provides one way of doing. Another way is to use a Java class together with your HTML5 application to handle the launching of the application activity.
Have a look at this post: http://satishbellapu.blogspot.co.uk/2011/09/launching-android-native-application.html - while the author's English is not great, it does explain (more-or-less) how to do this.

Aleks G
- 56,435
- 29
- 168
- 265