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.
- Install Vega Studio.
- Create your project.
- Ensure the app is running on the Vega Virtual Device or device.
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.
[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