generator-wpd
                                
                                 generator-wpd copied to clipboard
                                
                                    generator-wpd copied to clipboard
                            
                            
                            
                        android下的gesture 事件支持情况
答案是:Android下不支持,只有apple和ms下支持。
| touchstart | touchmove | touchend | gesturestart | gesturemove | gestureend | |
|---|---|---|---|---|---|---|
| Android | y | y | y | n | n | n | 
| iPhone | y | y | y | y | y | y | 
| has event.touches | y | y | y | n | n | n | 
| (iPhone) has event.scale and event.rotation | n | n | n | y | y | y | 
| (iPhone) touch in event.touches | y | y | n | - | - | - | 
| (iPhone) touch in event.changedTouches | y | y | y | - | - | - | 
Please open the following page on your
请问一下android 下的 gesture 你那边引的是什么库?
@hacke2 没记错的话,使用的是zepto