VideoEnabledWebView icon indicating copy to clipboard operation
VideoEnabledWebView copied to clipboard

Example project gets rid of toggle fullscreen button.

Open amozoss opened this issue 9 years ago • 1 comments

https://github.com/cprcrack/VideoEnabledWebView/blob/master/app/src/main/java/name/cpr/ExampleActivity.java#L32-L39

I had to remove the linked lines of code for the toggle fullscreen button to appear in the embedded video player. Not really sure what is happening, but it works when onProgressChanged is not overridden with the constructor. I am using a nexus 5, lollipop.

amozoss avatar Jan 29 '15 22:01 amozoss

Same thing for me. Using Lollipop 5.0.2 on Samsung Galaxy S6. Removing the lines pointed out by @amozoss fixed the problem. It is still working correctly on Android KitKat 4.4.2 after removing the lines.

QingLong20 avatar Sep 07 '15 18:09 QingLong20