When embedding WebView in an application and loading html-pages in it, JavaScripts alert()/confirm()/etc. do not work.
alert()
confirm()
Looking around in th
It turns out there is simply no default WebUIDelegate set - Apple seems to expect everyone to implement the same basic features for themselves.
WebUIDelegate