-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Hello Tizen Team
We have developed our flutter app on our Samsung TV with the below specs.
Model Code
UA43UE81AFULXL
S/W version
T-KSU2EFUABC-0090-1132.0
Our app plays custom vimeo and youtube videos inside webview_flutter_tizen and it works on our TV we have without any issues.
We submitted it on tvselleroffice and the testers have tested it on the [25TV_STANDARD1 (Tizen 9.0)] TV model QN65Q8FADFXZA with firmware version T-RSLFAKUC-0090-1060.1 and have found the issue as shown on the video at this link.
https://drive.google.com/file/d/1xq_ZVnDOL98eW8XEuH4cGgXMQgq4uJTa/view?usp=sharing
Below is the tester coment:
"1.Open the app
2. Select any content
Notice:Black screen appears
3. press return
Notice: App does not go back previous page
4.Press exit
Notice: exit button does not work
Notice deffect: App freezes
My Questions:
- Why would webview_flutter_tizen not work on TV with the software version T-RSLFAKUC-0090-1060.1 ?
- What is the flutter keycode for the Return and Exit keys of the multikey remote used by the tester as shown in the below image?
We have used the event.logicalKey == LogicalKeyboardKey.escape || event.logicalKey == LogicalKeyboardKey.goBack to handle back key in flutter for the latest samsung remote and the return back button works properly.
Which other key code should we handle in flutter code?
Thanks and Regards.

