iphone updating webview content
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:
精彩评论