Form submit preventDefault not working on mobile device – Jquery
I'm using event.preventDefault on a form submission and it works, but only on desktop devices. When using a mobile device the form is submitted the normal way and the event is not prevented. Here's what my setup looks like: index.html…