is there any chance to add button to function alert() ?
alert("Payment changed");
In iOS i have a problem if I show this alert, then it stuck on the screen and user cannot close it. I use a webView.
Thank you so much for any advice.
You can try confirm("Payment changed")