Switching between physical and software keyboards on Android

Asked 2 years ago, Updated 2 years ago, 37 views

Is it possible to turn on and off the physical keyboard on and off on Android?

The software keyboard can be turned on and off with InputMethodManager, but I didn't know which API can switch between physical and software keyboards.Maybe not.

android

2022-09-30 19:39

1 Answers

There is no API on Android that can switch between the physical keyboard and the software keyboard, so you cannot switch between ON and OFF from the program.

I'm sorry to leave this up to you, but I'm going to post a similar question from StackOverFlow.

https://stackoverflow.com/questions/9244816/switch-from-physical-to-software-keyboard


2022-09-30 19:39

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.