Text field input don’t show soft Keyboard on Android devices
When I compiling my app using Animate 2020 for Android with the last compiler
The input text fields don't runs well in android devices.
When I press on the input field don't show the android soft keyboard!
We have 7 big app on googleplay running ok but know I can’t make any changes because when I compile them and test them I have this problem in all of the input text fields. When I click on the text field don’t show the soft keyboard in many devices (in some devices runs well)
I tried to do this:
mytextfield.needSoftKeyboard=true;
mytextfield.requestSoftKeyboard();
without results.
I use Animate 2020, I can’t use a previous compiler.
I need help!
Thanks!
