as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

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