external link in an external browser -issue

external link in an external browser -issue

I am building an app in phonegap with jquery mobile, i want to open the external link in an external browser, then i put in config.xml what you recommend: <access origin="*" /> . I'm builiding the App online with PG build, version 2.9.

So It works fine on Android but not on ios, i mean the webpage is still opened inside the App.

this is my html:<a href="http://www.google.com/"> 


thanks