Share information and tips or post questions regarHello, I am currently developing a web application that runs on a WebOS TV (2024). I want to be able to retrieve information from the remote control, particularly the microphone input. Voice transcription can be done using window.SpeechRecognition || window.webkitSpeechRecognition, or with an LG tool. Could you please explain how to receive this information and how to configure my appinfo.json or which events to listen to?ding Web app development.
webOS TV supports voice input by default. When you click the voice button on the Virtual Keyboard or Magic Remote, the TV processes your voice and returns the value to the text input area. Therefore, no additional implementation is required. Thank you.