A
A
Alexander Vasyuchenko2015-09-01 10:44:24
Android
Alexander Vasyuchenko, 2015-09-01 10:44:24

Why is the site not loading in WebView?

Good afternoon!
I am writing an application with a built-in browser. I am using webview. Some sites are buggy, do not want to load normally. For example: rutube.ru - there is an eternal loading indicator and no progress. Maybe something with javascript?
I am attaching a screenshot of this site:
980a1a110b2845969d26fc17980a6e64.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Varakosov, 2015-09-01
@alexv1981

js is disabled by default.

someWebView.getSettings().setJavaScriptEnabled(true);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question