The environment is Android 14 using 34 version of Android api.
Even if the virtual keyboard enabled for project setting is true, the virtual keyboard is not visible after raising the api version to 28->34.
Is there anyone who knows the solution?
What I’m suspecting is that the permission setting changed as I uploaded it to Android api 34 version, so I changed the Project Setting → Platform → Android → Luanch Image → Show launch image to false to resolve storage errors. Will this be a problem…?
Hello,
Your virtual keyboard is probably hiding!
Updating to Android API 34 might have caused some changes that are affecting the keyboard.
Here’s what you can try:
Check your layout: Make sure the EditText or other input field where you want the keyboard to appear is visible and has focus.
Test on different devices: See if the problem happens on all devices or just some.
Review permissions: While unlikely, double-check that you have the necessary permissions for keyboard input. massgeneralbrigham
Experiment with keyboard types: Try different keyboard types in your XML layout (like inputType=“text” or inputType=“number”).
Changing the launch image probably isn’t related to the keyboard issue. You can try changing it back if you’re worried, but it’s unlikely to be the cause.