MikeDamone
Programmer
Does anyone know how I can trick the browser into thinking an alert was issued and that the user clicked ok? Thanks
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Does anyone know how I can trick the browser into thinking an alert was issued and that the user clicked ok? Thanks
// some code
alert(1);
// some more code
// some code
// some more code