Every time the text has react the character limit i set, cursor goes back to the beginning of the textfield, where it should only delete the last character. This only happens on an android device. Why is this happening? Here are some of my codes:
if ( "editing" == event.phase) then
if (string.len(newMoveName.text) \> 18) then
newMoveName.text = string.sub(newMoveName.text,1,16);
end
[import]uid: 189861 topic_id: 35218 reply_id: 335218[/import]