开发者

iphone updating webview content

开发者 https://www.devze.com 2023-03-07 21:50 出处:网络
Is there a way to update a WebView instantly without using JavaScript ? For now I\'m using stringByEvaluatingJavaScriptFromString with innerHTML and it works perfectly but I\'m thinking about (paranoi

Is there a way to update a WebView instantly without using JavaScript ? For now I'm using stringByEvaluatingJavaScriptFromString with innerHTML and it works perfectly but I'm thinking about (paranoid?) users who开发者_如何学编程 deactivate Javascript...

Thanks in advance


Users cannot disable Javascript in UIWebview


Related: UIWebView: Can You Disable Javascript?

Use this: loadHTMLString:baseURL:

0

精彩评论

暂无评论...
验证码 换一张
取 消