I am encountering a weird issue with the keyboard only if I run it using --prod. When the input field is empty, I can tap on it, the keyboard shows and I can start typing. I go to the next field and it works.
However, as soon as I leave the field or if the field is not empty, when I try to make a change by tapping the input field again, the keyboard doesn’t show up. It seems as if it is locked.
It happens for all input types (text, email etc). And only happens if I run with --prod on Android 7 Nougat. If I just do a ionic cordova run android, it works ok.
I tested with Android 5.1 and it seems to work fine. Anyone with the same issue? Or does Ionic not support Android 7?
I updated to ionic-angular 3.9.2 because I couldn’t get the native camera to launch.
Now the camera works but the keyboard doesn’t launch when I tap on text fields.
Like you, I only experience this when I use the prod flag.
I tried uninstalling and reinstalling ionic-plugin-keyboard, but it had no effect.
Were you able to find the cause of this issue or a solution?
Unfortunately, I wasn’t able to find the cause of the issue. I had to use the workaround to make it work. You might want to give that a try. Thankfully for me, the app didn’t have many input fields.