Skip to content
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

Open
shai-almog opened this issue Nov 6, 2022 · 9 comments
Labels
good first issue Good for getting started Hacktoberfest Suitable for new contributor. Part of Hacktoberfest help wanted up-for-grabs For new contributors your-first-pr Make your first pull request

Comments

@shai-almog
Copy link
Collaborator

shai-almog commented Nov 6, 2022

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.

@shai-almog shai-almog added help wanted good first issue Good for getting started Hacktoberfest Suitable for new contributor. Part of Hacktoberfest up-for-grabs For new contributors your-first-pr Make your first pull request labels Nov 6, 2022
@ddyer0
Copy link
Contributor

ddyer0 commented Nov 6, 2022

In the simulator, the scroll wheel generates a down/drag/up sequence which tricks things that thought they were
implementing drag scrolling into working. In a fresh start this ought to be tossed. Given that android devices with
keyboards and mice are not a common thing now, I would favor starting over with an api like the native java.

@Tianfeng-Chen
Copy link

@shai-almog Hi, I am a first-time contributor. I would like to spend some time to look into this issue and crack it!

@ddyer0
Copy link
Contributor

ddyer0 commented Nov 15, 2022

codenameone isn't the most approachable crew for outside contributors. Generally
the procedure is for you to do all the work on spec, and produce a pull request.

@shai-almog
Copy link
Collaborator Author

@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.

@ddyer0
Copy link
Contributor

ddyer0 commented Nov 15, 2022

i wasn't trying to discourage him, I was pointing him in the direction to move.

@Kstrella
Copy link

Hey, is this issue still open? I am very new to open source and think I might be able to help with this issue

@shai-almog
Copy link
Collaborator Author

I'm not sure. There's a PR that we somehow missed and didn't review. I just asked @shannah to review it again.

@traitsisgiorgos
Copy link

hi, is the issue still open?

@shai-almog
Copy link
Collaborator Author

It's still open. Steve reviewed the PR here: #3663
But no action was taken. If someone else wants to continue that's probably a good starting point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for getting started Hacktoberfest Suitable for new contributor. Part of Hacktoberfest help wanted up-for-grabs For new contributors your-first-pr Make your first pull request
Projects
None yet
Development

No branches or pull requests

5 participants