I would like to be able to display Youtube videos in a WebView but not play them in the WebView, rather send an intent to the dedicated Youtube app and play the video there. Ideally the Youtube video would be displayed as an image with a play button similar to the way iOS handles Youtube videos.
How would I go about handling this?