This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal. |
Hello @Iwene Pevke
Can you please share us the Visualizer version and the issue reported is observed in which channel(iOS or Android).
visualizer version is Version 8 Service Pack 3 Fix Pack 3
in both chanels
Hello @Iwene Pevke
I tried the method setSelection() for the textbox and it worked for me. You can preview my app DU5NL in the FPApp.
To ensure that user should not delete /edit the text from middle or from start, you need to save the original textbox value in global variable and using onTextChange event you can compare the previous and current text of the textbox and take a decision based on the deleted character from the text.