Re: Cursor Placement in MobileControl

2024-03-05 Thread panagiotis merakos via use-livecode
Hello Dan, I take it you are formatting the text in inputTextChanged? Unfortunately yes, on Android calling mobileControlSet "phoneNumber","text", pText puts the cursor in the beginning of the text: https://quality.livecode.com/show_bug.cgi?id=24055 RE using the selectedRange with mobile

Cursor Placement in MobileControl

2024-03-05 Thread Dan Friedman via use-livecode
I am trying to create a field on mobile (iOS and Android) that will format a phone number as your type (client request). I am able to do this on iOS as the command: mobileControlSet "phoneNumber","text",pText puts the cursor AFTER the text so the user can simply continue typing. But, on