vivian8725118 / html5webview

Automatically exported from code.google.com/p/html5webview
1 stars 1 forks source link

Video work only on first play #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. tap play on a video
2. press back
3. try to replay some video not working

What is the expected output? What do you see instead?
Nothing append when i tried to replay a video

What version of the product are you using? On what operating system?
Android 2.3

Please provide any additional information below.

Original issue reported on code.google.com by edouard.ouvrard@gmail.com on 3 Nov 2011 at 2:53

GoogleCodeExporter commented 9 years ago
in order to solve the issue i had overridden the onBackPressed method and 
called mWebChromeClient.onHideCustomView(); in it .
Worked for me

Original comment by Aniket.B...@gmail.com on 5 Jul 2012 at 1:39