BTCPrivate / btcp-widget

JS widget for online shop payments
5 stars 2 forks source link

Disable close and widget button on payment recognised #26

Open mattpass opened 6 years ago

mattpass commented 6 years ago

Both of these should be diabled from actioning, maybe popup modal stating that an order is in progress, please wait.

mattpass commented 6 years ago

Displaying an alert for now and not allowing close. Could make this display nicer and go further in our blocking, but for now in a v1 is OK.

mattpass commented 6 years ago

Need to attach an unbeforeunload event to stop user closing window/tab also if a payment is in progress.

mattpass commented 6 years ago

Added the onbeforeunload event whilst a payment is in progress and considering this issue done.