alexmercerind/flutter_native_view

Example does not work on windows 11

Closed this issue · 2 comments

Hello,
I was trying to run the example on windows 11, the app opens but it shows a blank space where the VLC embedded app should show:
imatge

After trying with notepad:

    NativeViewController(
      handle: FindWindow(
        'Notepad'.toNativeUtf16(),
        nullptr,
      ),
      hitTestBehavior: HitTestBehavior.translucent,
    ),

It shows the app, but is really laggy and has weird behaviour:
imatge

I tried to capture a video, but for some reason the NativeView widgets is all black on the recording.

Also I will like to know if there is a way to embed and app without opening beforehand?

Why was this closed? still doesn't work