ios14 beta uiwebview

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
Though there are many things you can do in UIWebView and which still don't work in WKWebView, you should nevertheless start to find a way to migrate your project to use WKWebView. Starting with December 2020, Apple won't accept Apps and updates anymore which still use UIWebView. So WKWebView will be the only option very soon.
ios14 beta uiwebview
 
 
Q