iOS 5 and HTML5 input types

HTML5 is powerfully web markup language. HTML5 brings more input types  and few special tags like video and audio. Those tags makes our browser plugin free. Using HTML5 video tag we can play videos with out installing flash or silverlight. Mostly all modern browsers supports HTML5 well (IE9 & 10, Firefox, Safari and Chrome). HTML5 is not powerful in PC browser, even we can take advantage of mobile browser also not only mobile browser. We can use in cross platform mobile application which app...
More

HTML5 inputs and PhoneGap – iPhone and Android 2

In previous post we seen few HTML5 input type (Text, Email, URL and Number  ) and iOS keyboard type when we focus on the input. Check with few more keyboard type in iOS and Android in this post : HTML5 inputs and PhoneGap - iPhone and Android now <input type="tel" name="txtPhone"/> and finally, when I try with type="range". it is also working fine in iOS. for example <input type="range" name="points" min="1" max="10" /> by default it is that input value set to 6 and when I try ...
More

HTML5 inputs and PhoneGap – iPhone and Android

In this post I am going to talk about HTML5 controls in PhoneGap. Not only PhoneGap we can also use this input in mobile based web site too. HTML5 is the next generation of HTML. In one word I can say HTML5 make web more Rich. PhoneGap is popular Cross platform framework in mobile world. it will support for all top mobile OS. Few weeks before there release beta version for Windows Phone 7.5 Mango. I captured few screenshots from iOS, we can see   different  keyboards for input types Email,URL...
More