简体   繁体   English

Can(Html5,javascript,css3)应用程序可以在ios和android上完美运行

[英]Can (Html5,javascript,css3) app will work perfectly on ios and android

I am building a site in Html5 , css3 , javascript and node.js for server side . 我正在为服务器端的Html5,css3,javascript和node.js构建一个站点。 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 ? 我想知道这个应用程序将完美适用于ios和Android操作系统设备,如(iphone,ipad,htc和其他Android手机?

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 . 我不想使用phonegap或者像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. 如果您使用HTML5作为您的平台,您将在所有查看设备上获得几乎完全相同的视觉和功能结果:web,android和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. 但请注意,HTML5通常比使用设备的本机语言编写应用程序慢约10%。

Your website will look just fine on a smart phone if you code it properly. 如果您正确编码,您的网站在智能手机上看起来会很好。 Popular smart phones today can display the web just like you see in on your browser at home (just smaller). 今天流行的智能手机可以像在家里的浏览器上看到的那样显示网络(只是更小)。 Most use webkit as a browser engine. 大多数人使用webkit作为浏览器引擎。

According to the recent trend, many apps are web based and they do work perfectly. 根据最近的趋势,许多应用程序都是基于Web的,它们确实可以完美地运行。 Still you may test in as many devices as possible. 您仍然可以在尽可能多的设备中进行测试。 According to me, it should work fine. 据我说,它应该工作正常。 Phone Gap and Appcelerator Titanium are renowned web based mobile development platforms. Phone Gap和Appcelerator Titanium是着名的基于Web的移动开发平台。

If you are creating a website, it should not be a problem in any of the devices. 如果您要创建网站,则任何设备都不应该出现问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM