Lukas Malinauskas

Results 7 comments of Lukas Malinauskas

dpad works fine, for other buttons please read this article: Tizen tv : https://developer.samsung.com/tv/develop/guides/user-interaction/remote-control for example : ``` componentDidMount() { document.addEventListener('keydown', this.backButton, false); } backButton=(event) => { //Tizen back button...

https://developer.samsung.com/tv/develop/api-references/tizen-web-device-api-references/systeminfo-api Tizen variable should be global in app.

Try ` componentDidMount(){ console.log(tizen.systeminfo) }`

Bump, looking forward for this.

@TheLonelyAstronaut Hi, any progress ? If you are busy, can you describe what is left to be done, I could take over. Thanks :)