In iOS14 beta UIwebview, the html page uses
jQuery('<form name="return_" action="/home"></form>')
to submit the form, which is invalid, and iOS13 is normal
jQuery('<form name="return_" action="/home"></form>')
to submit the form, which is invalid, and iOS13 is normal