F
F
Frank822019-04-23 14:08:45
Android
Frank82, 2019-04-23 14:08:45

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

1 answer(s)
I
Igor Deyashkin, 2017-03-23
@Lobotomist

Try the progress-stream module

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question