Hi all.
I have an EditText view and some buttons on a simple App.
The buttons have the purpose to copy / paste ALL the text in the EditText to / from the clipboard.
If I double-tap the EditText view, a default contextual menù appears with "Select All, Copy, Cut, Paste".
Is there a way to filter out the double-click AND ANY OTHER event that selects a piece (or all) of the text in the EditText view ?
I need to handle the text selection only with my own buttons.
Thank you in advance for your help.
Edited: why the system's "cut and paste" removes the existing CRLF from a copied text to a pasted text ? If I copy all the text in the view with the contextual menu "select all" + "copy" and after that (on the same EditText) I do "Paste" at end of actual text, I have a long line appended without any CRLF...
I have an EditText view and some buttons on a simple App.
The buttons have the purpose to copy / paste ALL the text in the EditText to / from the clipboard.
If I double-tap the EditText view, a default contextual menù appears with "Select All, Copy, Cut, Paste".
Is there a way to filter out the double-click AND ANY OTHER event that selects a piece (or all) of the text in the EditText view ?
I need to handle the text selection only with my own buttons.
Thank you in advance for your help.
Edited: why the system's "cut and paste" removes the existing CRLF from a copied text to a pasted text ? If I copy all the text in the view with the contextual menu "select all" + "copy" and after that (on the same EditText) I do "Paste" at end of actual text, I have a long line appended without any CRLF...
Last edited: