I'm working on an iOS app with an UIWebView
. The webpage displayed in the UIWebView
is working fine when displayed in the Safari app on iOS, but when it is displayed inside an UIWebView
nothing happens when tapping the "Sign in" button: http://www.bnpsolutions.com/Common/Login_Mobile.aspx.
Does someone know why?
You can download my small iOS example project here: http://uploads.demaweb.dk/WebView.zip
EDIT1:
I've changed the WebView to display a simple page which just including jQuery: http://uploads.demaweb.dk/WebView2.zip.
The error message is:
WebView[13623:11703] JavaScript exception: (/ajax/libs/jquery/1.7.2/jquery.js):5187 - SYNTAX_ERR - SYNTAX_ERR: DOM Exception 12
Line:
(function(){
Why are the UIWebView not able to load jQuery?