Open Amazon redeem link in system browser. Fix buy gc on mobile
This commit is contained in:
parent
2b60bc3066
commit
7793be3615
7 changed files with 22 additions and 14 deletions
|
|
@ -27,6 +27,8 @@ angular.element(document).ready(function() {
|
|||
|
||||
document.addEventListener('deviceready', function() {
|
||||
|
||||
window.open = cordova.InAppBrowser.open;
|
||||
|
||||
// Create a sticky event for handling the app being opened via a custom URL
|
||||
cordova.addStickyDocumentEventHandler('handleopenurl');
|
||||
startAngular();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue