Skip to main content
August 26, 2013
Question

Multitouch not working win8...

  • August 26, 2013
  • 7 replies
  • 2064 views

I've got a HP Compaq L2105tm touchscreen monitor. Using Windows 7 I was able to use the multitouch class for AIR, and enable pinch-zoom and such. With Windows 8 now, I no longer can get pinch-zoom working - and Multitouch.supportsGestureEvents now returns false. But pinch-zoom works just fine in Windows 8 itself... just not in Flash anymore... so it doesn't seem like it could be a driver issue. Anyone seen this?

This topic is closed to new replies. Start a new post to keep the conversation going.

7 replies

Chipleh
Inspiring
August 27, 2013

Hi dmeN,

That is not happy news to hear, as I've been working on a bunch of gesture-based apps for Windows 7, but have not yet attempted to push them over to Windows 8, yet I'll need to. I agree with what sinuous says, as I've employed his mentioned method for several apps, which works quite well for what I'm trying to do.

Although I have no answer for you, I do have a question(if i may be so bold). Have you come across any other gestures that no longer work in win8? Also, do you have any experience with tracking fiducial markers on the Surface? I'm pulling my hair out trying to track any fiducial marker on the Microsoft surface.

I'm not trying to hijack your post :) - I just wanted to ask you specifically because I've read many of your posts, spanning back years, and thought you might know a thing or two about fiducials.

Anyways, that sucks! I'm not looking forward to working with windows 8.

Cheers to you,

Chipleh

sinious
Legend
August 28, 2013

Software is a good self describing word.

The hurdles will be overcome, no worries on that. Unfortunately clients aren't always so froggy about the wait.

sinious
Legend
August 26, 2013

I haven't but the gesture support is indicating on that particular OS/hardware, flash player doesn't support that gesture yet.

As a momentary workaround you can always track touch points yourself with the standard Touch event. I know it's not ideal but the ID of the event firing gives the finger number and if you just pay attention to touch 0 and 1 while measuring distance it's essentially the same thing as the gesture. The gesture probably has a bit more proximity code to rule out accidental other finger touches but it isn't necessary for the basic gesture.

I'm also curious if anyone else finds this to be true, as Win7 always had elementary touch support overall.