Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 android/iphone 中创建 webview 并用 html 填充它时遇到问题。
唯一有效的是:将嵌入代码从外部 URL 加载到相同的 URL。
可能是什么问题?
谢谢,
伊丽莎
所以最后我的解决方案非常简单。
我有这个源代码:
if ( !this.host ) { this.host = defaultUri.host; // port ? if ( !this.port ) { this.port = defaultUri.port; } }
只需添加:try & catch,一切都会奏效!