renative
renative copied to clipboard
Remote Control Tizen / WebOS not working
the remote control dpad and numeric are doing nothing is there a keyhandler that should be implemented ?
@MwareSolutons basic focus management will be added in #125 . should be released in few days
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 keyCode for webos please check docs or alert(event.keyCode)
if (event.keyCode === 10009) {
// DO STUFF
}
}
@MwareSolutons basic focus support now deployed and built into hello world template.
available in 0.23.34
@lukutism 💯
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hello there , I have tried to install the hello world template but navigation between the two buttons did not really work neither on webOS nor on web , with the exception of Enter button
What rnv version are you using?
On Tue, Oct 15, 2019, 13:31 Ahmad ElMadi [email protected] wrote:
Hello there , I have tried to install the hello world template but navigation between the two buttons did not really work neither on webOS nor on web , with the exception of Enter button
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pavjacko/renative/issues/127?email_source=notifications&email_token=ABEQ5OWFKAOF7DPLZMNAHD3QOWSXVA5CNFSM4H5G62E2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBINDJI#issuecomment-542167461, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEQ5OUA6KTFSCLWRRE6ZTLQOWSXVANCNFSM4H5G62EQ .
0.27.5
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.