as you develop for ios devices on the web, you can customize your web forms to use appropriate keyboards per user’s task. just alter the input type to access these keyboards:
input type="text"
input type="tel"
input type="num"
input type="email"
keeping these little modifications in mind as you craft your websites and web apps will enable you to deliver an enhanced experience for your visitors and customers.