<a href="#" onclick="window.open('http://www.youtube.com/watch?v=nxP0wgBf6Zk', '_blank', 'location=no');">YouTube</a>
... the page works with the Done button in the inAppBrowser.
If I use the code from iWebkit like this:
<a href="#" onclick="window.open('http://www.youtube.com/watch?v=nxP0wgBf6Zk', '_blank', 'location=no');">
<span class="name">A debtor to mercy alone</span>
<span class="detailbutton"></span></a>
... the page just goes back to the top of its own page instead of showing the YouTube page. Any reason why?
Failed to load webpage with error: The operation couldn’t be completed. (NSURLErrorDomain error -999.)
http://stackoverflow.com/questions/1024748/how-do-i-fix-nsurlerrordomain-error-999-in-iphone-3-0-os
"This error may occur if an another request is made before the previous request of WebView is completed..."
Could this mean that the inAppBrowser is not finished loading yet and the web page its accessing is interrupting in some way?--
-- You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en
For more info on PhoneGap or to download the code go to www.phonegap.com
To compile in the cloud, check out build.phonegap.com