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 does not have keyboard support #12127

Open
larsbergstrom opened this issue Jul 1, 2016 · 6 comments
Open

Android does not have keyboard support #12127

larsbergstrom opened this issue Jul 1, 2016 · 6 comments

Comments

@larsbergstrom
Copy link
Contributor

@larsbergstrom larsbergstrom commented Jul 1, 2016

It's impossible to input any text in Android right now, as we don't integrate with the system keyboard.

@larsbergstrom larsbergstrom mentioned this issue Jul 1, 2016
1 of 3 tasks complete
@Coder206
Copy link
Contributor

@Coder206 Coder206 commented Jul 26, 2016

@larsbergstrom I would like to help out with this.

@KiChjang
Copy link
Member

@KiChjang KiChjang commented Jul 26, 2016

@Coder206 Do you mind working on easy or less easy issues for now? This issue requires you to have an android development environment set up first, and depending on your android test phone, it may not be straightfoward. I can create some easy issues if you can't find one.

@Coder206
Copy link
Contributor

@Coder206 Coder206 commented Jul 26, 2016

@KiChjang Ok, I understand. There aren't too many "easy" or "less easy" issues open right now.

@fabricedesre
Copy link
Contributor

@fabricedesre fabricedesre commented Mar 6, 2018

Since the embedder can send key events to Servo (https://doc.servo.org/compositing/windowing/enum.WindowEvent.html) would it make sense to use the other side of the embedding api to have Servo notify then embedder when an editable element is focused or blured?

@jdm
Copy link
Member

@jdm jdm commented Mar 6, 2018

That seems like a sensible way to go about it.

bors-servo added a commit that referenced this issue Apr 23, 2018
Notify the embedder when it should display or hide an IME

<!-- Please describe your changes on the following line: -->
This adds a couple of embedder messages triggered when an editable element is focused or blured. The embedder also gets the type of data to edit so it can display a different keyboard type or a custom input method eg. for color choosing.

This is a partial fix for issue #12127

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach build-geckolib` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because there are no tests for the embedding api :(

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20676)
<!-- Reviewable:end -->
@paulrouget
Copy link
Contributor

@paulrouget paulrouget commented Aug 8, 2018

@fabricedesre mentioned this earlier:

this depends on #20331 ideally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Android MVP
  
To do
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.