79167523

Date: 2024-11-07 17:37:30
Score: 0.5
Natty:
Report link

I needed both cordova-plugin-inappbrowser to be installed

cordova plugin add cordova-plugin-inappbrowser

and use window.cordova.InAppBrowser.open instead of window.open

window.cordova.InAppBrowser.open(url, "_system");
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: tanner burton