我想在Android应用程序中使用网页作为背景,但与普通浏览器相比,它看起来完全不同。
我想要使用的页面:https://informatika.thekingsteam.tk/particle.html
WebView代码:
WebView ww = (WebView)findViewById(R.id.ww);
ww.setWebViewClient(new WebViewClient());
ww.getSettings().setJavaScriptEnabled(true);
ww.loadUrl("https://informatika.thekingsteam.tk/particle.html");
为什么应用中的内容与浏览器中的内容不同?
图片:
浏览器的屏幕截图:
应用程序的屏幕截图