as

Settings
Sign out
Notifications
Alexa
亚马逊应用商店
AWS
文档
Support
Contact Us
My Cases
新手入门
设计和开发
应用发布
参考
支持
感谢您的访问。此页面目前仅提供英语版本。我们正在开发中文版本。谢谢您的理解。

Enable a Virtual Keyboard

This page shows you how to enable a virtual keyboard on the Vega Virtual Device and hardware devices.

Prerequisites

Before you enable a keyboard, make sure you have completed the following prerequisites.

Add keyboard to your manifest

To enable the keyboard, you need to update settings in the manifest.toml file, which is located at the root of your app. Open the file and add the following code at the end of the file.

Copied to clipboard.

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

Build your app

Build and run the app. Once the build is successful, open your app on the Vega Virtual Device or Fire TV Stick. You should now see the device keyboard.


Last updated: Sep 30, 2025