local textbox = native.newTextField(400, 50, 300, 40)
Step to reproduce this bug.
- run code on Android device
- type something in text field or textbox.
- press backspace key
- two characters are delete!
This is normal? Im using build 1225
local textbox = native.newTextField(400, 50, 300, 40)
Step to reproduce this bug.
This is normal? Im using build 1225
Your build is old, maybe it is a bug on it. Here it is working normal.
Thanks for suggestion,
My game code is very old and not compatible with graphics 2.0
after updated to newest daily build text field problem is gone but it messed my sprites, widget etc
so I revert back with build 1260. it working now!
have you tried setting compatibility mode to version 1 using the latest build
Your build is old, maybe it is a bug on it. Here it is working normal.
Thanks for suggestion,
My game code is very old and not compatible with graphics 2.0
after updated to newest daily build text field problem is gone but it messed my sprites, widget etc
so I revert back with build 1260. it working now!
have you tried setting compatibility mode to version 1 using the latest build