renative icon indicating copy to clipboard operation
renative copied to clipboard

Remote Control Tizen / WebOS not working

Open MwareSolutons opened this issue 5 years ago • 9 comments

the remote control dpad and numeric are doing nothing is there a keyhandler that should be implemented ?

MwareSolutons avatar Jul 03 '19 15:07 MwareSolutons

@MwareSolutons basic focus management will be added in #125 . should be released in few days

pavjacko avatar Jul 08 '19 22:07 pavjacko

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
      }
    }

lukutism avatar Jul 12 '19 11:07 lukutism

@MwareSolutons basic focus support now deployed and built into hello world template.

available in 0.23.34

@lukutism 💯

pavjacko avatar Jul 12 '19 19:07 pavjacko

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.

stale[bot] avatar Oct 12 '19 14:10 stale[bot]

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

ahmad-crossplatform avatar Oct 15 '19 11:10 ahmad-crossplatform

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 .

mihaiblaga89 avatar Oct 15 '19 11:10 mihaiblaga89

0.27.5

ahmad-crossplatform avatar Oct 15 '19 14:10 ahmad-crossplatform

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.

stale[bot] avatar Dec 14 '19 15:12 stale[bot]