Answer the question
In order to leave comments, you need to log in
Why is Android WebView not loading resource photo()?
Kind time of the day I
already broke my head, maybe someone here will tell you where to look
There is an application on webview. All site functions work as intended. In addition to downloading a link to a photo that is loaded by redirect. Photo with gif format
On the screen details
If in a web browser from android it opens without problems. Pictures from the same site also opens without problems, only those that are without a redirect. If only this link (link photo) is loaded in the webview, then it opens without problems
webView = activity.findViewById(R.id.wv_car)
webView.setWebViewClient(webViewClient)
webView.setWebChromeClient(webChromeClient);
webView.getSettings().setJavaScriptEnabled(true);
webView.loadUrl("website address")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question