I'm having trouble with inside inAppBrowser link navigation. I open inAppBrowser with specific link which contains web page. In my web page are some links that should be opened with system browser window.open(url, '_system'), but this functioanality won't work. When I click link, my inAppBrowser just change URL,but I expect to open those links in device default browser.
What would be Your suggestion?