Html5 form validation not working with iphone, android or safari

后端 未结 5 1634
执念已碎
执念已碎 2021-02-08 02:34

I am trying to implement html5 form validation for my web app but it\'s not working with safari 5.0.1 , iphone3 or android2. Is the form input attribute required, pattern or any

5条回答
  •  孤城傲影
    2021-02-08 03:12

    Why don't you try webshim ? I had the same problem and now everything is cool ! All you have do is downloading the library then put the js-webshim folder in your project. Include this code

     
    
    
    

    I hope this will help you as well

提交回复
热议问题