You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It could be handy to make the URL text selectable on the main screen. In case of no sanitizers available, it would still be possible to select any part of the URL root manually, through the default text selection controls : Text selection with touch control (Material Design Guidelines) (long press + highlight the text to select, using handles).
This would stick to a simple TextView component, but selectable.
This would be a smaller change than #189 which requires to switch to an editabletext input field, which would need an EditText component.
My support and thanks for the great work 👍
The text was updated successfully, but these errors were encountered:
Hello Sven and contributors,
It could be handy to make the URL text selectable on the main screen. In case of no sanitizers available, it would still be possible to select any part of the URL root manually, through the default text selection controls : Text selection with touch control (Material Design Guidelines) (long press + highlight the text to select, using handles).
This would stick to a simple TextView component, but selectable.
This would be a smaller change than #189 which requires to switch to an editable text input field, which would need an EditText component.
My support and thanks for the great work 👍
The text was updated successfully, but these errors were encountered: