Created attachment 417541 [details] Screenshot from example project This issue does not reproduce with macOS as far as I could test. On an iPhone 11 running iOS 14.3, we could reliably reproduce it in both production code as well as simplified version: - have a form with HTML validation, such as an input date element with a maximum date (see example) or a required radio choice - provide input that is invalid, such as a date beyond the range and submit, or attempt to submit without the required radio choice - as expected, submission itself will not work, and the Webkit UI will provide feedback on what failed - zooming NOW (pinch to zoom on iOS for instance), the Submit button will appear multiple times during the zoom process while other elements are scaled properly and appear only once Example screenshot attached, super minimalist example at https://2300h.csb.app/
Our team was also able to reproduce this on other iOS devices (iPhone 7) and versions (14.2)
<rdar://problem/73406594>
*** This bug has been marked as a duplicate of bug 218004 ***