On-Screen Keyboard Not Available
If your app uses text input, you must launch an onscreen keyboard to add text. In the root of your project directory, open the manifest.toml file and add the following:
[wants]
[[wants.service]]
id = "com.amazon.inputmethod.service"
[[wants.service]]
id = "com.amazon.inputd.service"
Related topics
Last updated: Sep 30, 2025