I'm sure that many of us have had the desire to use an old smartphone as a PC keyboard.
In this link find a source that does this using the SD_CustomKeyboard(B4X) and jawtRobot (B4J) library
The same code for Android would work for iOS.
You can also do the opposite using Accessibility on Android... but this will perhaps be a post for the future
Click here for the source
www.b4x.com
In this link find a source that does this using the SD_CustomKeyboard(B4X) and jawtRobot (B4J) library
The same code for Android would work for iOS.
You can also do the opposite using Accessibility on Android... but this will perhaps be a post for the future
Click here for the source
[B4X] SD CustomKeyboard (new version)
The CustomKeyboard library has made a leap in quality to be able to replace the native Android/iOs keyboard and also for the Desktop version. Further developments are planned such as the possibility of adding editable fields from Design which are managed by this keyboard. This required a more...