Skip to content

Ace Editor does not show cursor handle on Android chrome #4304

Closed
@hexise

Description

@hexise

I tried ace editor on Android chrome, and found that the cursor handles when selecting text did not show. Here is a screenshot from Galaxy S10 with Android 10, Chrome 81.0.4044.138:

https://ace.c9.io/build/kitchen-sink.html

cursor-ace

Here is standard text widget from Google translate website, you can notice the cursor handle which I marked in black:

cursor-google

Without these two touch handles, it is hard to expand or reduce the selection scope on touch screen.

Activity

github-actions

github-actions commented on May 9, 2022

@github-actions

This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

hexise

hexise commented on May 9, 2022

@hexise
Author

I want to keep it open..

deadlyjack

deadlyjack commented on Jul 7, 2023

@deadlyjack

You can implement it manually. Check out this code I've written mimic android teardrop behavior.

https://github.com/deadlyjack/Acode/blob/main/src/ace/touchHandler.js

7 remaining items

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Ace Editor does not show cursor handle on Android chrome · Issue #4304 · ajaxorg/ace