i'm loading a page with HTML5 validated elements, and using methods like "required" and max-length, they work on Android WebViews but not in iOS's.
Is there a way to support that and other HTML5 functions that I use? or i always have to write my own validation methods?