Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | joshsegall |
I just upgraded from 3.2 to 3.3 and noticed my iOS export now adds a suggestion bar to the virtual keyboard when using a LineEdit control. In addition to changing the keyboard height and messing with my layout, it also takes half the fun out of my word guessing game. I don’t see any option to control or turn this off. This is also a problem for the Android export (though 3.2 shows the suggestions).
I’d settle for editing the code myself and adding whatever flags are needed to customize the keyboard for my app, but the options seem buried in the export templates. I don’t know where to start to dig up the code for those since they are downloaded and built separately.
So I did find the instructions for compiling iOS and Android:
Compiling for iOS — Godot Engine (3.3) documentation in English
Compiling for Android — Godot Engine (3.3) documentation in English
I’m going to try to go that route, but would still appreciate (a) any specific pointers to the keyboard code that I should change, and (B) some way to make this a first-class option via gdscript or the editor.
joshsegall | 2021-04-28 05:03