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

Support balloon on touchend #1218

Closed
miteshjmitr opened this issue Apr 11, 2023 · 1 comment
Closed

Support balloon on touchend #1218

miteshjmitr opened this issue Apr 11, 2023 · 1 comment
Milestone

Comments

@miteshjmitr
Copy link

Is your feature request related to a problem? Please describe.
The problem is when a user selects a text in bubble mode there is no event attached when the touch ends and the user cannot annotate the selected text.

Describe the solution you'd like
If we could add the event listener for touch end in _addEvent function eventWysiwyg.addEventListener('touchend', event.onKeyUp_wysiwyg, false); In code view area auto line context.element.code.addEventListener('touchend', event._codeViewAutoHeight, false); and in _removeEvent add eventWysiwyg.removeEventListener('touchend', event.onKeyUp_wysiwyg);

Describe alternatives you've considered
If this does not help if we could add support for touch events so that it can support mobile devices?

@JiHong88 JiHong88 added this to the 2.44.9 milestone Apr 11, 2023
@JiHong88
Copy link
Owner

JiHong88 commented Apr 11, 2023

The 2.44.10 version has been updated.
Thank you.

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

No branches or pull requests

2 participants