I've got inappbrowser working in my Cordova 2.8 app except that links to iTunes, like this:
<p><a href="#" onclick="window.open('https://www.itunes.apple.com/us/app/apppname', '_blank', 'location=yes,enableViewPortScale=yes');">open</a></p>
do not open - can anyone help me out and explain how to fix this? (all other URL's open fine).
but get this error message:webView:didFailLoadWithError - The URL can’t be shown
– Stuart Jun 20 '13 at 13:30