Dmitry Strekha
07/04/2024, 9:27 PMBasicTextFieldChangeIterationSample
Every time I press a key in software keyboard, the sample prints it. However, when I press the same button again, it prints empty string.
Example in threadDmitry Strekha
07/04/2024, 9:27 PMh
TextRange(0, 0) characters were replaced with "*h*"press
e
TextRange(1, 1) characters were replaced with "*e*"press
l
TextRange(2, 2) characters were replaced with "*l*"press
l
again
TextRange(2, 3) characters were replaced with ""why after entering
l
the second time output is different and what is the correct way to detect inserts?Halil Ozercan
07/04/2024, 9:59 PMDmitry Strekha
07/05/2024, 8:09 AM