Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tizen] Remote control issues on template-starter app (certain device only) #1735

Open
GabrieleKaceviciute opened this issue Sep 27, 2024 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@GabrieleKaceviciute
Copy link
Collaborator

GabrieleKaceviciute commented Sep 27, 2024

Describe the bug
There is no initial focus, but when "Try me!" button is focused and clicked - nothing happens

To Reproduce
Steps to reproduce the behavior:

  1. Go to template-starter package
  2. Do npx rnv run -p tizen -t <IP> -> app launches on device and there is no initial focus
  3. Click "OK" on remote control -> "Try me!" button is focused
  4. Click "OK" on remote control -> nothing happens

Expected behavior
"Try me!" button is initially focused and if it's clicked - dark theme applies on screen

Desktop (please complete the following information):

  • OS: Ventura 13.6.4 M2
  • Node Version 18.19.0
  • RNV Version 1.3.0-rc.2
  • Device: TV Samsung UE32M5522, OS version 1400 (Test lab label TV11)

Note:
It works on Samsung Tizen UE43NU7192U; OS version 1341 (Test lab label TV5)

@GabrieleKaceviciute GabrieleKaceviciute added the bug Something isn't working label Sep 27, 2024
@Marius456 Marius456 modified the milestones: 1.4, 1.5 Sep 30, 2024
@Marius456
Copy link
Contributor

It works on device: Samsung Tizen UE32T4302AKXXH; tv-5.5; OS version 2505

@GabrieleKaceviciute GabrieleKaceviciute changed the title [tizen] Remote control issues on template-starter app [tizen] Remote control issues on template-starter app (certain device only) Oct 7, 2024
@Marius456 Marius456 self-assigned this Oct 9, 2024
@Marius456 Marius456 modified the milestones: 1.5, 1.6 Oct 21, 2024
@Marius456
Copy link
Contributor

After debugging found out that keydown event isn't being called when you press button.
Tested by adding: window.addEventListener('keydown', () => alert('keydown'));

Keyup event works normally.

TouchableOpacity from react-native using onLongPress only works first time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants