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