Mobile view for a web site
Is it true to say that when we want to write a mobile view of a web page,开发者_如何学运维 we will create a static web page? I mean, no updates, ajax, javascript or things like that?
Modern mobile browsers have very ample support for javascript, HTML and CSS features, so no, it doesn't need to be a static web page unless you're targeting outdated/non-smart devices.
Take a look at Quirksmode javascript compatibility tables for mobile and caniuse.com feature tables for HTML/CSS.
I think here you can find the answer.
You could also use jQTouch for iPhones/Androids
I know that if I open a web page and I choose desktop view It will be like a pc and I will see everything but I thought when I choose mobile view it will be more optimized and with no fancy ads with flash or something like this.You know what I mean?
精彩评论