JunsuChoi

Results 27 issues of JunsuChoi

Does TizenFX support third-party development on samsung smart signage? For Smart TV, there is a supported version of TizenFX https://developer.samsung.com/smarttv/develop/specifications/general-specifications.html and a related guide is provided. https://developer.samsung.com/smarttv/develop/tizen-net-tv.html However, Smart signage...

Currently, TV emulator(8.0) does not work when Hyper-V is enabled in Windows. The Tizen Emulator(8.0) is working normally. (I created this page to track this issue and share information.)

A 64-bit emulator was added in Tizen 8.0. https://www.tizen.org/blogs/sungjinlee/2023/announcing-tizen-studio-5.5-release Therefore, common profile + x86_64 arch builds should be supported. `flutter-tizen build tpk --debug --target-arch x86_64 -p common` To support this...

https://medium.com/flutter/io24-5e211f708a37 https://github.com/flutter/flutter/commit/5dcb86f68f239346676ceb1ed1ea385bd215fba1 https://github.com/flutter/engine/commit/f6344b75dcf861d8bf1f1322780b8811f982e31a

https://github.com/flutter-tizen/plugins/pull/695 After #695, Google maps works well. However, the window (or popup) type graphics displayed in Google Maps are displayed upside down. Below is an example of the actual output....

The range of saturation and brightness values is 0 ~ 100% and range of hue is 0 ~ 360. If a value greater than 100% is loaded, it will be...

bug
svg

When running the example of video_player_tizen with the impeller command, the video player did not render properly. `flutter-tizen run --enable-impeller` [screenshot]