I am playing an HTML 5 Video inside WebView. That video is containing by 5 slides and one slide will finish then only user can go to next slide and for that he has to press in the next button. But in the last Slide when user will click on the screen then i want to start a new activity. So my concern is how i will find out which is the last slide or when user clicked on that link(Slide).Or can i open new link inside that webview only because wen i clicking on that link again asking me for new session.
I have gone through this link but did not helped me :
Detect click on HTML button through javascript in Android WebView