-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gestouch with Air18 #90
Comments
@harry90 those "similar problems" posts are 2 years old. What is the issue exactly? Seems like people are using library now, no problems reported. |
Sorry, was the wrong link, look here: |
i had that problem before, if i remember correctly all you need to do is to assign the new NativeInputAdapter directly instead of using the logical operator. like x = x || y; or maybe if that doesnt work, try a plain if/else. |
This is a 'different' issue with AIR 18, but it directly relates to AIR 18/Flash Player 18... we have a card game that uses Gestouch for picking up and moving the cards etc... we have thousands of players, and a small percentage of 'Windows users' reported not being able to interact with the cards... our internal QA team could not repro this... we finally had one of our engineers able to reproduce the issue... Windows machine Firefox browser, Flash Player 18 -- no errors, it just wouldn't receive the touch events. Spent a few hours trying to track down the issue... updated to Flash Player 19 and now it works fine. |
@breathedevelopment I'm getting the same issues as you, but with Microsoft's Edge browser. Unfortunately there doesn't appear to be a way of updating Flash Player from 18 to 19 to see if it fixes the issue. Other browsers work fine with 19. Unless anyone knows differently I guess it's a case of waiting for MS to roll out the update. |
@Selonie |
Honest answer - no. I've not run any tests. All I know is Gestouch works flawlessly in Air 17, 18 and 19. In the Flash Player it's working well in Chrome and Firefox running 19, but not on Windows 10 64bit Edge browser. Starling and Feathers' touches are working just nothing related to Gestouch. I've just tested on a 32bit machine this Edge browser has received the 19 update and it works! So hopefully this won't be an issue once the 19 update is pushed out to everyone. |
@Selonie |
Hello,
I tested Gestouch with Starling, but it doesn't work properly with Air18. It works well with Air17, but I need Air18 now. Others have similar problems: www.forum.starling-framework.org/topic/android-air-touch-lag-update
Will you keep Gestouch up to date and fix this?
Best regards, Harry
The text was updated successfully, but these errors were encountered: