UIWebView 忽略表单 pattern/required 规则

UIWebView ignoring form pattern/required rules

有人知道为什么我的 iOS 应用程序使用加载表单的 UIWebView 忽略所有表单模式和必需的规则吗?我不认为我需要 post 任何代码,因为我的应用程序有许多不同的形式,所有这些都可以在任何其他浏览器上正常工作。

寻找答案的人都在这里。 UIWebViews 不支持表单验证或模式规则。

html5 form validation not working in iOS UIWebView