Modals not working

Hello, I’ve created a plugin with modals and the problem is that I can submit a form on desktop versions and it works perfectly fine but on mobile version nothing happens after pressing submit button.

Is there something additional that should be added to add support for mobile app to submit modals? After checking the logs it shows that it triggers submit function, but it doesn’t send any data in it.

@ brawl stars online: If you’re using event.preventDefault() in your submit handler, ensure that you’re calling it at the right point in your logic. If you prevent the default action before handling the form submission logic, it will stop the form from submitting.