Example does not work on windows 11
Closed this issue · 2 comments
mmasdivins commented
mmasdivins commented
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:
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?
nelchael730 commented
Why was this closed? still doesn't work