pichillilorenzo / flutter_inappwebview

A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
https://inappwebview.dev
Apache License 2.0
3.28k stars 1.62k forks source link

[Windows] Has an overlay on the desktop when the application is minimized #2402

Open ptduyit opened 1 day ago

ptduyit commented 1 day ago

Is there an existing issue for this?

Current Behavior

On the desktop screen, only the Flutter application is open. When the program is minimized or the window is moved to a different position, the webview area of the application prevents the mouse from interacting with the desktop.

Expected Behavior

It should be possible to interact with the desktop using the mouse when the application is minimized or the window is moved to a different position.

Steps with code example to reproduce

import 'package:flutter/material.dart';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';

void main() {
  runApp(
    MaterialApp(
      home: Scaffold(
        body: InAppWebView(
          initialUrlRequest: URLRequest(
            url: WebUri("https://google.com"),
          ),
        ),
      ),
    ),
  );
}

Stacktrace/Logs

none

Flutter version

v3.24.3

Operating System, Device-specific and/or Tool

Windows

Plugin version

v6.1.5

Additional information

No response

Self grab

pichillilorenzo commented 7 hours ago

Yep, the same when you move around the Flutter window in some cases. It should be fixed on next version 6.2.0-beta.2.