I have a Scrollview with its panel loaded and have addview an EditText onto the panel (using full size in order to be able to scroll the view).
Now when the user touches the text and holds it (long touch), the Android Text Selection pops down from the top of the screen with options (Select All, Cut, Copy, Search and share), none of these are desired.
Is there a way to stop the long touch or to disable or intercept the Text Selection function built into the Android operating system?
My intention is to be able to scroll an EditText that is too large to fit on a screen...
Thanks,
Rusty
Now when the user touches the text and holds it (long touch), the Android Text Selection pops down from the top of the screen with options (Select All, Cut, Copy, Search and share), none of these are desired.
Is there a way to stop the long touch or to disable or intercept the Text Selection function built into the Android operating system?
My intention is to be able to scroll an EditText that is too large to fit on a screen...
Thanks,
Rusty