Android Webview with KitKat 4.4

后端 未结 1 1660
悲&欢浪女
悲&欢浪女 2021-01-29 06:18

I am trying to port a website to an Android Tablet using KitKat 4.4.

WebView vendWebView = (WebView) findViewById(R.id.webview);
WebSettings webSettings = vendW         


        
1条回答
  •  甜味超标
    2021-01-29 07:11

    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)

    0 讨论(0)
提交回复
热议问题