I want to play video url inside my application webview but when i am run the application it showing only white screen . i had read some post on this and i have used that cod
If tried others anwsers no work,maybe you can try this:
if(Build.VERSION.SDK_INT>= Build.VERSION_CODES.LOLLIPOP){ webview.getSettings().setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW); }