cprcrack / VideoEnabledWebView

Android's WebView and WebChromeClient class extensions that enable fully working HTML5 video support
MIT License
1.05k stars 289 forks source link

Private browsing error #9

Closed guyzk closed 9 years ago

guyzk commented 9 years ago

I am using this library put encounter an error when trying to load html5 videos. I always seem to get the following error: "The page at **\ says: It seems you are using Private Browsing. Please exit Private Browsing mode to use our products.

I checked using "webView.isPrivateBrowsingEnabled()" and it returned false.

Any ideas?