as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

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:

Copied to clipboard.

[wants]
[[wants.service]]
id = "com.amazon.inputmethod.service"
[[wants.service]]
id = "com.amazon.inputd.service"

Last updated: Sep 30, 2025