cordova phonegap: handling links from within inappbrowser (need external links to open new browser or open in system browser)
问题 I made a phonegap/cordova application that just skins a mobile friendly website. I'm loading the website via the InAppBrowser plugin fullscreen (no address bar or 'next' buttons) This works fine and dandy, but when you click on an external link from the website, it changes the location on the current browser and there is no way to return :( I am trying to use the executeScript function to send a script to the InAppBrowser to catch links that I want to load in a new browser, but the window