You can disable Javascript in both mobile Safari and Cocoa's WebView but I can see no means of doing so in UIWebView
.
Am I correct?
I ask in relation to this question regarding obtaining the title of page displayed in an UIWebView
using Javascript. I had worried that it would fail if Javascript was disabled but it appears the API does not allow the disabling of Javascript.
If Javascript cannot be deactivated UIWebView
,that renders my previous question moot.