SunyGirl
SunyGirl

Reputation: 419

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?

Upvotes: 0

Views: 188

Answers (4)

SunyGirl
SunyGirl

Reputation: 419

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?

Upvotes: 0

Matthew
Matthew

Reputation: 2135

You could also use jQTouch for iPhones/Androids

Upvotes: 0

Ricardo Tomasi
Ricardo Tomasi

Reputation: 35253

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.

Upvotes: 1

Faraona
Faraona

Reputation: 1700

I think here you can find the answer.

Upvotes: 0

Related Questions