flutter-webview-windows
flutter-webview-windows copied to clipboard
system full screen
when play video request full screen, there is only fill the container, but not the window or the system
This requires forwarding of containsFullScreenElementChanged
to the Dart side (see https://docs.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2?view=webview2-1.0.1108.44#add_containsfullscreenelementchanged)
i found anothor package window_manager solve my problem
I have to same request
Hi @jnschulze can you show me how to detect that element trigger full screen please, or how to use this containsFullScreenElementChanged event handler with your package?
thank you.