Dear 龚 文益,,
Thank you for your question.
Currently, this is not managed by our application.
Instead, we would recommend you use the "longpress" event, which will return with the position of the long press: https://developer.android.com/reference/android/widget/AdapterView.OnItemLongClickListener
When this is done, you can then decide the action you prefer.
Best regards,
Olivier
thank you
龚 文益
我需要在双击EditorView时获得双击坐标,以进行一些有针对性的处理。请告知