A mobile app in the web IDE generates a single DB record when my form handler is run (the handler creates a single database record).
When the same form is submitted on an iOS mobile device, up to 20 records are created in the same action.
On the next submission, 60 records are created on the one submit. On the third, 150 records, then 300 records on one submit.
Now my most recent - from 800 records in the DB to 1,300 in one form submission.
To be clear, no code changes have been made between testing in the web IDE and running on iOS.
Debug function on mobile has now gone, so I have no way to see what's going on.
Where to go from here?