How can we restrict android system keyboard not to show when clicked on compose text field while ret...
m
How can we restrict android system keyboard not to show when clicked on compose text field while retaining the focus? Which we usually achieve with appcompatedittext by setting showSoftInputOnFocus to false.
t
readOnly = true