diff --git a/www/assets/js/account.js b/www/assets/js/account.js index 812e09e..e2763cb 100644 --- a/www/assets/js/account.js +++ b/www/assets/js/account.js @@ -257,7 +257,7 @@ function openCheckoutWindowToSaveCard() { openBrowser(SETTINGS.apis.redirecttopaymentsetup + "?phone=" + getStorage("phonenumber") + "&accountkey=" + getStorage("accountkey"), - "location=yes", + "location=yes,hidenavigationbuttons=yes,hideurlbar=yes,zoom=no,hardwareback=no,fullscreen=no,presentationstyle=pagesheet,toolbarposition=top,lefttoright=yes,toolbarcolor=#D0F2FC", function () { // on exit browser initAccountPage();