pywebview icon indicating copy to clipboard operation
pywebview copied to clipboard

Frameless window can not be minimized by clicking its taskbar button

Open Aues6uen11Z opened this issue 10 months ago • 5 comments

Specification

  • pywebview version: 5.0.5
  • operating system: Win10
  • web renderer: Edge

Description

Hi, I found that on my Win10 computer, a frameless window cannot be minimized by clicking its taskbar icon, and this issue can be easily replicated as below.

import webview

webview.create_window('Hello world', 'https://pywebview.flowrl.com/', frameless=True)
webview.start()

I also noticed that Qt exhibit the same problem, with Qt already having a solution in place. Thus, I wonder if pywebview offer similar workarounds? After searching, I haven't come across anyone reporting this issue, so I'd appreciate any assistance on this matter. Many thanks in advance!

Aues6uen11Z avatar Apr 07 '24 02:04 Aues6uen11Z