Skip to main content
September 26, 2013
Question

Click-Drag on Surface

  • September 26, 2013
  • 3 replies
  • 1110 views

I have an AIR app that is being run on a Surface pro. I have a list that I drag vertically using MouseDown - MouseMove - MouseUp... Does not work at all on the surface. I get a click wherever I first pressed down... I have multiTouchInputMode set to None - but it has no effect. Anyone have any ideas?

This topic has been closed for replies.

3 replies

Adobe Employee
October 16, 2013

I work on the flash Runtime team and glad to know that you find the release note that mention the issue fixed on AIR3.8.

If there is still has issue or you have other kind of issues on flash runtime, please open a new bug report at https://bugbase.adobe.com/ ? When adding the bug, please include sample code so we can quickly test this out internally.

If you would like to keep this private, feel free to eail the attachment to me directly(jiyuan@adobe.com) and I will attach it to the bug for internal use only, thanks.

October 4, 2013

Thanks I'll give that a shot - Adobe's don't work fully on Surface - Swipe is not supported, and is really the only one I need.

October 4, 2013

Actually, a quick test with Gestouch doesn't work on the surface either. Everything works fine on my desktop with a touch screen monitor... but not on the surface.

October 4, 2013

OK - Solved. It's a bug in AIR 3.8 from what I've been able to find. Downgraded to AIR 3.5 and everything works fine on the Surface - I don't even need to use touch events. What a pain / waste of time that was.

Inspiring
September 27, 2013

If you don´t want to use Adobes TouchEvents try this:

https://github.com/fljot/Gestouch

Its a lot more flexible.