flutter-tizen / embedder

Flutter embedder for Tizen
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

PlatformView: Add Offset method #33

Closed Swanseo0 closed 1 year ago

Swanseo0 commented 1 year ago

Added Offset function to PlatformVIew to support [webview_flutter_tizen] Fix youtube player on TV_PROFILE .

Swanseo0 commented 1 year ago

Is there any way to test it? "offset" is still not called. (I tested with webview_flutter example)

[webview_flutter_tizen] Fix youtube player on TV_PROFILE Copy flutter_platform_view.h to /flutter-tizen/flutter/bin/cache/artifacts/engine/tizen-common/public and apply PR on the link above, and you can test it.

@JSUYA