Skip to content

Commit 8a7e2ad

Browse files
authored
Merge pull request #30 from flexn-io/chore/add_tizen_known_bug
Add section for tizen bug
2 parents 0e156e1 + d513a09 commit 8a7e2ad

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/platforms/tizen.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,18 @@ _Before you run on a physical device, make sure you have enabled `Dev Mode` and
120120
## App Config
121121

122122
[see: Web based config](../api/schemas/rnv.project.md)
123+
124+
---
125+
## Known issues
126+
127+
#### Tizen 3.0 devices
128+
129+
Issue: The React Native component TouchableOpacity is non-functional on devices that are running Tizen TV version 3.0.
130+
131+
Details:
132+
133+
- The onPress event of TouchableOpacity does not respond when the button is pressed.
134+
- The keydown event is not triggered upon pressing the button, while the keyup event operates as expected.
135+
136+
Recommendation: To achieve similar button functionality, it is necessary to create a custom button component specifically designed for Tizen TV devices.
137+

0 commit comments

Comments
 (0)