0

我在 android/iphone 中创建 webview 并用 html 填充它时遇到问题。

唯一有效的是:将嵌入代码从外部 URL 加载到相同的 URL。

可能是什么问题?

谢谢,

伊丽莎

4

1 回答 1

0

所以最后我的解决方案非常简单。

我有这个源代码:

  if ( !this.host ) {
    this.host = defaultUri.host;
    // port ?
    if ( !this.port ) {
        this.port = defaultUri.port;
        }
    }

只需添加:try & catch,一切都会奏效!

于 2013-07-24T12:29:05.350 回答