Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

How to add TouchMove event?

  • 4 svar
  • 8 har detta problem
  • 17 visningar
  • Senaste svar av mahvish

more options

I am working on html5 game and now I want to implement MozTouchMove Event, but it doesn't work, the below is code,pls help me document.addEventListener("MozTouchMove", function(event) {

          //it does't work

}, false);

I am working on html5 game and now I want to implement MozTouchMove Event, but it doesn't work, the below is code,pls help me document.addEventListener("MozTouchMove", function(event) { //it does't work }, false);

Alla svar (4)

more options

Sorry, MozTouchMove is only supported in Firefox 4 for Windows 7 tablets.

We're working on adding touch event support to mobile Firefox using the same touchstart/touchmove/touchend events as Safari and other mobile browsers. For details (and an early test version) see https://bugzilla.mozilla.org/show_bug.cgi?id=544614

We're currently hoping to include this feature in Firefox 6, which will be released in August 2011.

more options

I know that Firefox6 has support for touch and I see in the bug for iPhone and Android. Was aupport added for Windows 7? Specifically touch events are *not* working for me in Windows 7 with the new w3c specs but the old API is working. Any clarification I can get is appreciated. Thanks!

Ändrad av mahvish

more options

Firefox 6 for Windows 7 still uses the old "MozTouch" events, while Firefox 6 for Android uses the standard "touchstart"/"touchmove" events.

Sorry for the confusion! We will eventually move to the new standard events on all platforms, but I don't know when that will happen.

more options

Thanks! That clears up things. Is there a bug I can track for that? Else I'll just keep on the lookout for the change announcement. Thanks again!