我正在尝试在 webview中加载.html文件。属性高度和宽度设置为匹配父级。内容(图像和文本)仍然没有在 webview 中正确对齐。?如何做到这一点。
wb.setBackgroundColor(0);
wb.setBackgroundResource(android.R.color.black);
wb.getSettings().setJavaScriptEnabled(true);
wb.getSettings().setPluginsEnabled(true);
wb.loadUrl("file:///android_asset/mypage.html");