#29 closed defect (wontfix)
android client does not pass key events at all!
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.0 |
Component: | android | Version: | |
Keywords: | Cc: |
Description
This is actually quite tricky.
The drag layer intercepts a lot of events, so we first have to let them pass through, then the xpra window (an android view) will have to catch those and translate them into something the server can deal with.
Then there is also the issue of popping up the android on-screen keyboard: the view is not an input element so the keyboard is never shown at present.. not sure how that's done either. We probably want to have it shown only if the meny key is pressed as it uses a lot of screen space.
Change History (9)
comment:1 Changed 10 years ago by
Milestone: | v0.8 → 0.1 |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → accepted |
comment:3 Changed 10 years ago by
Milestone: | 0.3 → 0.8 |
---|
brought the Java/Android? code more up to date:
etc
But I can't see this happening in the current release, delaying... again.
comment:5 Changed 7 years ago by
Status: | accepted → new |
---|
comment:6 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I think the way forward is to abandon this code and use this new one instead.
comment:9 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/29
r497 and r498 add basic support for keypresses on android, still needs some work to support modifiers etc