Skip to content Skip to sidebar Skip to footer

Android Webview With Kitkat 4.4

I am trying to port a website to an Android Tablet using KitKat 4.4. WebView vendWebView = (WebView) findViewById(R.id.webview); WebSettings webSettings = vendWebView.getSettings(

Solution 1:

Have you seen the page for migrating WebViews to 4.4?

There are a number of changes in 4.4 to WebView handling, one thing may be to setWebContentDebuggingEnabled and seeing what the WebView is actually receiving.

Does the WebView work as expected in previous versions?

(Sorry I wanted to make this a comment but I would have lost a lot of formatting)

Post a Comment for "Android Webview With Kitkat 4.4"