I am building a site in Html5 , css3 , javascript and node.js for server side . I want to know that will this app work perfectly on ios and android operating system devices , like ( iphone , ipad , htc , and other android phones ?
Please tell me so that i will proceed to make my app using these technologies .
Thanks,
*Update : *
I don’t want to use phonegap or all things like phonegap . I want to make simple app
If you use HTML5 as your platform, you will get almost the exact same visual and functional results on all viewing devices: web, android, and ios. So yes it should work “perfectly”.
However note that HTML5 is generally about 10% slower than say coding apps in the native language of the device.