[Disregard] Mobile form cannot submit after invalid

I haven’t spent enough time in this yet to classify it as a bug, but…

All of my forms in a Cordova Bootstrap iOS app can never be properly submitted after first triggering a server error response.

All the forms work perfectly if they are initially submitted with all the proper data.

For example on a login form, if the first login attempt is unauthorized, and then I correct the credentials and resubmit, the server responds that the required fields are not being sent.

The problem is on iOS only (android works fine) so I suspect it is somehow related to the wkwebview-file-xhr plug-in required in Cordova apps.

I can’t actually see this in the dev console because of the plug-in, but it is clear that the data is not being sent in the POST on subsequent submits after an initial invalid.

Any ideas?

Community Page
Last updated: