Hi, you can look at the source code for the web browser for all the details, but you basically need to override the onShowCustomView method in your custom WebViewClient and handle yourself the video view displaying it on top of your layout.
-- Zuli On 2 Mar, 23:42, "gibert.b" <[email protected]> wrote: > Hi all, > > First time to me here, great! > > I'm using the official WebView example (http://developer.android.com/ > intl/fr/resources/tutorials/views/hello-webview.html) in order to > display a mobile website implementing html5 <video> tags. I'm not able > to make the videos play through the WebView although I use the custom > WebViewClient to handle URL requests. > > But, if I test my mobile website over the Android browser, everything > work! > > Would you please give me some hints? > > Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

