Is it possible to navigate from html5 app in web browser to android app installed on phone.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.