Skip to content

Commit

Permalink
Merge pull request #30 from flexn-io/chore/add_tizen_known_bug
Browse files Browse the repository at this point in the history
Add section for tizen bug
  • Loading branch information
RicardasN authored Nov 5, 2024
2 parents 0e156e1 + d513a09 commit 8a7e2ad
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/platforms/tizen.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,18 @@ _Before you run on a physical device, make sure you have enabled `Dev Mode` and
## App Config

[see: Web based config](../api/schemas/rnv.project.md)

---
## Known issues

#### Tizen 3.0 devices

Issue: The React Native component TouchableOpacity is non-functional on devices that are running Tizen TV version 3.0.

Details:

- The onPress event of TouchableOpacity does not respond when the button is pressed.
- The keydown event is not triggered upon pressing the button, while the keyup event operates as expected.

Recommendation: To achieve similar button functionality, it is necessary to create a custom button component specifically designed for Tizen TV devices.

0 comments on commit 8a7e2ad

Please sign in to comment.