VideoEnabledWebView – a library for Android that provides WebView and WebChromeClient class extensions that enable fully working HTML5 video support.
ProGuard rules for VideoEnabledWebView
Add the following lines to your ProGuard configuration proguard.cfg file in project.
# VideoEnabledWebView -keepclassmembers class name.cpr.VideoEnabledWebView$JavascriptInterface { public *; }
For more information about VideoEnabledWebView please see the website.