gpt4 book ai didi

android - WebView 在某些手机上不显示加载的 Html

转载 作者:行者123 更新时间:2023-11-29 18:17:28 24 4
gpt4 key购买 nike

我的一个 Activities 中有一个 WebView,我想在其中加载一个 Html 页面。该页面包含 jquery-mobile 和一些 html。所以我在 Activity 中执行以下操作:

    mWebView=(WebView) findViewById(R.id.MyWebView);
mWebView.getSettings().setJavaScriptEnabled(true);
mWebView.setWebViewClient(new WebViewClient(){
[...]
});
mWebView.loadUrl("http://www.mymobilepage.html");

问题是页面被加载并显示在模拟器和 HTC Desire 上,但是当我尝试在 LG Optimus One 上加载它时,没有任何显示。事件 onPageStartedonPageFinished 都在我的 WebViewClient 中被触发,但只显示一个空白页面,而且我没有任何错误我的 LogCat

提前致谢。

最佳答案

当调用 onPageFinished 时,页面可能没有完全呈现。 documentation状态:

Notify the host application that a page has finished loading. This method is called only for main frame. When onPageFinished() is called, the rendering picture may not be updated yet. To get the notification for the new Picture, use onNewPicture(WebView, Picture).

但是,请注意 onNewPicture被记录为已弃用和过时。我询问更换/替代品 here .

关于android - WebView 在某些手机上不显示加载的 Html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7330584/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com