0

Is it possible to navigate from html5 app in web browser to android app installed on phone.

Naina
  • 211
  • 1
  • 4
  • 14
  • 1
    Like this? http://stackoverflow.com/questions/3469908/make-a-link-in-the-android-browser-start-up-my-app – Teson May 10 '12 at 13:10

1 Answers1

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