You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a link with onclick to confirm the action, with OK and CANCEL option. On any desktop browser (Chrome, Safari...) it works properly, but on iOS WebApp (using jQuery.stayInWebApp) the CANCEL button do the same function as OK.
Example Link:
<a onclick="return confirm('Really want to proceed?')" href="/reservation/cancel/1">Cancel</a>
Any idea to solve it?
The text was updated successfully, but these errors were encountered:
I have a link with
onclick
to confirm the action, withOK
andCANCEL
option. On any desktop browser (Chrome, Safari...) it works properly, but on iOS WebApp (usingjQuery.stayInWebApp
) theCANCEL
button do the same function asOK
.Example Link:
Any idea to solve it?
The text was updated successfully, but these errors were encountered: