mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-05 23:20:59 +00:00
Use touchmove event for jQuery.support.touch detection. Fixes #57.
This commit is contained in:
parent
5e8d13d367
commit
c106b7cb07
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Possible additions:
|
|||
|
||||
$.extend( $.support, {
|
||||
orientation: "orientation" in window,
|
||||
touch: typeof Touch === "object",
|
||||
touch: "ontouchmove" in document,
|
||||
WebKitAnimationEvent: typeof WebKitTransitionEvent === "object",
|
||||
pushState: !!history.pushState
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue