Telerik AppBuilder is using it's own "webview", but Apple store cannot accepts donations through app unless it's done thought Safari browser... Is there any way to open Safari browser inside App? Thanks
Asked
Active
Viewed 82 times
2 Answers
2
You should be able to use the InAppBrowser plugin, but use the target of "_system". See the docs for more details: https://github.com/apache/cordova-plugin-inappbrowser/blob/master/doc/index.md

Rob Lauer
- 3,075
- 1
- 32
- 44
0
Use the second argument "_system"
to open the link in the default browser.
Omit it to open with in the app.
window.open("www.google.com", '_system');

Rohit Vipin Mathews
- 11,629
- 15
- 57
- 112