Mike018 Posted June 15, 2016 Share Posted June 15, 2016 this.rateModal.inputEnabled = true; this.rateModal.events.onInputDown.add(function() { window.open("https://play.google.com/", "_blank"); }); The link works in my emulator and in my browser, but when I wrap it with crosswalk, nothing happens. Link to comment Share on other sites More sharing options...
VitaZheltyakov Posted June 15, 2016 Share Posted June 15, 2016 Use cordova-plugin-inappbrowser window.open('market://details?id=' + our_app_id;, '_system'); shohan4556 and Mike018 2 Link to comment Share on other sites More sharing options...
Recommended Posts