Again this keyboard and their magic. When i press a ., , or ; then it automatically add a space after that signs and lib doesn't create a token.
I set split chars as below:
char[] splitChar = {' ', ',', ';', '.'};
mTags.setSplitChar(splitChar);
Generaly lib has a problem when keyboard do any magic with spans.
Maybe it's simillar issue to #108?