-
Notifications
You must be signed in to change notification settings - Fork 417
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
Android Port Doesn't Handle Mouse Events Properly, Specifically Scroll Wheel #3657
Comments
In the simulator, the scroll wheel generates a down/drag/up sequence which tricks things that thought they were |
@shai-almog Hi, I am a first-time contributor. I would like to spend some time to look into this issue and crack it! |
codenameone isn't the most approachable crew for outside contributors. Generally |
@Tianfeng-Chen good luck. We're here for you. @ddyer0 get lost. Seriously. You literally asked for this feature and you're actively trying to discourage people who want to help. This has been your attitude in our community for a while now. Maybe that's why people don't want to help you. |
i wasn't trying to discourage him, I was pointing him in the direction to move. |
Hey, is this issue still open? I am very new to open source and think I might be able to help with this issue |
I'm not sure. There's a PR that we somehow missed and didn't review. I just asked @shannah to review it again. |
hi, is the issue still open? |
It's still open. Steve reviewed the PR here: #3663 |
Looking at the code we will probably need to add a listener to mouse events here and some handling similar to this.
Android docs have some discussion about the types of events available in newer versions of Android that should include those gestures here.
RFE based on this reddit thread.
The text was updated successfully, but these errors were encountered: