I have an app with web view, where I display a feedback HTML page, I need just to display a wait indicator when user touch the HTML submit button, and maybe better also to disable the submit button in HTML form.
either a solution from iOS side or HTML/Javascript side will be OK.
If you have a form with the name and id “myForm”, a button with id “myButton” (that button cannot be of type or name “submit”) and an empty div with id “waitMessage” where you could insert a wait message or a gif, then you could use something like this: