Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
If you don´t want to use Adobes TouchEvents try this:
https://github.com/fljot/Gestouch
Its a lot more flexible.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now