Hi All! I’am trying to implement mask|regex filter...
# android
a
Hi All! I’am trying to implement mask|regex filter using
TextWatcher
or
InputFilter
. And it works well, but keyboard “cache” keeps all filtered symbols in and then my watcher or filter prevents new symbols from appearing. So, how to fix that problem?
stackoverflow 6