开发者

JavaScript events for mobile web?

There are JavaScript events for desktop web, e.g. mouse over, key press, e开发者_运维知识库tc. etc. My question is why there is no JavaScript events for mobile web? e.g. fling? orientation change? etc. etc.

What if a web developer wants to write web pages specifically for mobile devices? How can they take advantage of phone specified user interaction (like the ones I mentioned)?


jQuery and other mobile application frameworks offer extended events for mobile devices. See some of the options below:

Sencha Touch

jQuery Mobile


There are JavaScript events for desktop web, e.g. mouse over, key press, etc.etc. My question is why there is no JavaScript events for mobile web?

There have been (relatively speaking) decent web browsers for desktops for a lot longer then there have been decent web browsers for mobile devices, so these things haven't been standardised. That doesn't mean they don't exist though.

A decade later and they are well supported and standardised.

Some events you can listen for include touchstart, ScreenOrientation.onchange, and devicemotion

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜