In my case, the YouTube video doesn't play at all if I click the play 
button inside the WebView client.

On Friday, April 8, 2011 10:03:08 AM UTC-4, Dan wrote:
>
> I am using webview client. 
>
> shouldOverrideUrlLoading is a method of webview client. 
>
> The issue I am having is the difference in response between 
> KEYCODE_DPAD_CENTER and the touch event. 
>
> On Apr 8, 2:16 am, Kapil Lokhande <[email protected]> wrote: 
> > Hi, 
> > Use webview client. best example is on android developers | webview. go 
> tohttp://developer.android.com/resources/tutorials/views/hello-webview.... 
>
> > 
> > -- 
> > Thanks & Regards, 
> > Kapil Lokhande | Dexter Advisory Pvt. Ltd. <http://dexterltd.com/> | 
> Android 
> > Developer 
> > [image: dexterlogo.jpg] 
> > 
> > 
> > 
> > On Thu, Apr 7, 2011 at 7:24 PM, Dan <[email protected]> wrote: 
> > > I am trying to implement a web browser within my app and using WebView 
> > > for that. 
> > 
> > > For playing youtube video I used the following resource to start 
> > > playing the video: 
> > 
> > >http://stackoverflow.com/questions/3815090/webview-and-html5-video 
> > > To stay in the webView when a link is pressed and not go to the web 
> > > browser, I had to add 
> > 
> > >   @Override 
> > >    public boolean shouldOverrideUrlLoading(WebView view, String url) 
> > > { 
> > >        view.loadUrl(url); 
> > >        return true; 
> > >    } 
> > 
> > > This seems to work well if I am touching the screen to start the 
> > > video. 
> > 
> > > However if I call webView.dispatchKeyEvent to navigate to the video 
> > > image on the screen and then send a dispatchKeyEvent 
> > > KEYCODE_DPAD_CENTER Down followed by up, the image shows loading and 
> > > stays in the same state. So it did react to this key event but did not 
> > > start playing the video. 
> > 
> > > I noticed that if I touch on the video image, onShowCustomView is 
> > > called in WebChromeClient. However, if the a KEYCODE_DPAD_CENTER is 
> > > sent to the selected video image, shouldOverrideUrlLoading is called. 
> > 
> > > Can anyone help how to get this video playing with a 
> > > dispatchKeyEvent ? 
> > 
> > > 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 
> > 
> > 
> > 
> >  dexterlogo.jpg 
> > 6KViewDownload

-- 
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

Reply via email to