In my attempts to create a WebView that plays YouTube videos via HTML5 (and not via Flash), I tried to implement this article verbatim, right insid
setDownloadListener sets the listener when the WebView doesn't think the content can be handled by the rendering engine.
Register the interface to be used when content can not be handled by the rendering engine, and should be downloaded instead. This will replace the current handler.
The webview uses the WebKit rendering engine and I believe that can (or thinks it can) handle html5 so that listener will not be called.