I researched some browsers in Android. They can play videos with their custom player when users click on an html5 tag element in a web view. How to do it? More specifically, how do I get the video URL and how to launch my custom player instead of the VideoView created by the Android system when users click on the video tag?
source share