Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Closed
1 of 2 tasks
ptduyit opened this issue Nov 7, 2024 · 3 comments
Closed
1 of 2 tasks
Labels
bug Something isn't working

Comments

@ptduyit
Copy link

ptduyit commented Nov 7, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

  • I'm ready to work on this issue!
@ptduyit ptduyit added the bug Something isn't working label Nov 7, 2024
@pichillilorenzo
Copy link
Owner

pichillilorenzo commented Nov 8, 2024

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.

Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 26, 2024
@pichillilorenzo
Copy link
Owner

Released new version 6.2.0-beta.2 with the fix.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants