pywebview
pywebview copied to clipboard
Frameless window can not be minimized by clicking its taskbar button
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!