flutter-webview-windows icon indicating copy to clipboard operation
flutter-webview-windows copied to clipboard

system full screen

Open mabDc opened this issue 3 years ago • 4 comments

when play video request full screen, there is only fill the container, but not the window or the system

mabDc avatar Feb 16 '22 09:02 mabDc

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)

jnschulze avatar Feb 22 '22 07:02 jnschulze

i found anothor package window_manager solve my problem

mabDc avatar Feb 25 '22 16:02 mabDc

I have to same request

tuantiensiu avatar Jun 16 '22 04:06 tuantiensiu

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.

Mhamad-Rzgar avatar Sep 03 '22 11:09 Mhamad-Rzgar