开发者

What is the difference between mozilla and webkit touch events?

开发者 https://www.devze.com 2023-03-26 21:30 出处:网络
I\'ve been reading in the last 开发者_JAVA技巧couple of days about touch devices and events. I\'ve seen lots of scripts that make difference between webkit and mozilla touch events?

I've been reading in the last 开发者_JAVA技巧couple of days about touch devices and events.

I've seen lots of scripts that make difference between webkit and mozilla touch events?

What is the main difference between them, as I couldn't find out anything from their websites.


I think the main difference is gesturechange events vs. touchchange events For example Android uses touchstarst while iOS uses gesturestart for detecting "finger on screen".

This blog post describe these differences. I would use a framework like Sencha or jQuery Mobile to solve all x-device issues.

0

精彩评论

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