Reputation: 229
I am using same code for Windows phone, Android and iPhone. There is no problem with WP and Android but when Confirmation popup appears on iPhone device I can see current page as a header of the popup. How can I remove or change this? Here is the code for my confirmation:
var conf= confirm("choose yes or no");
if(conf == true) ...
thanks in advance.
Upvotes: 0
Views: 229