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 and annotation don't work together #3111

Closed
victorpavlenko opened this issue Nov 12, 2019 · 2 comments
Closed

Android and annotation don't work together #3111

victorpavlenko opened this issue Nov 12, 2019 · 2 comments

Comments

@victorpavlenko
Copy link

Do you want to request a feature or report a bug?

BUG

What's the current behavior?

On android, do not work correctly if annotations are installed
Any version of android

What's the expected behavior?

http://www.giphy.com/gifs/MC8lXkg4y62loF9R8W
Blue underlining and yellow highlighting are annotations.
As the cursor moves, it comes to the highlight annotation, and jumps back.
If I try to position the cursor after the highlight annotation, it jumps to the beginning again.

@Dalzhim
Copy link

Dalzhim commented Nov 23, 2019

@victorpavlenko : I have never seen Android annotations before and the URL you have provided does not work at this moment. Could you please enlighten me?

@ianstormtaylor
Copy link
Owner

Hey, there are lots of open Android-related issues that are out of date with the latest 0.50 release because the codebase was completely rearchitected. We'll need to figure out how to have proper support for Android going forward based on beforeinput events somehow. I'm tracking this in #3112, so I'm going to close this in favor of that one.

If it cannot be implemented simply in core with beforeinput we'll likely need to have a separate plugin for android support be created, because it's too much of a departure from all of the other simpler logic in core and very hard for me to test or respond to issues. Using a separate plugin should be possible now as the newest version simplifies a lot of the internals.

Thank you for understanding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants