I am trying to develop an application using phonegap (1.1.0), xcode4 and jqtouch. The problem is that I cannot open any external link. For example, if I write an anchor tag with this href attribute:
href = "http://www.google.com"
when I start the application and click the link, I get this error:
ERROR White List Failure: url = 'http://www.google.com/'
Like reading on another forum, the application should at least open a link to the safari, but this does not happen.
Another example. If I embed an image tag that links to an online source like this (in this I use tomcat to load the data)
src = "local: 8080 / myimage.jpeg"
it doesn't work either.
Is there any parameter I need to control in xcode?
Any idea or advice would be greatly appreciated. Thanks.
source share