Erhalten Sie zwei Titel in Pywebview auf macOS

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Erhalten Sie zwei Titel in Pywebview auf macOS

by Anonymous » 25 Jul 2025, 16:12

I'm using pywebview to display a web page on a Mac - and for some reason I am getting two titles:
Image

The code I'm using to run the PyWebView Server und erstellen Das Fenster ist:
webview.create_window(
"blah", #The title for the webpage
f"http://localhost:{port}",
width=1400,
height=900,
min_size=(800, 600),
on_top=False
)
< /code>
Was auch immer ich als Titel festgelegt habe (siehe Dokumentation hier) an beiden Orten. Wie kann ich das untere Auftreten loswerden?

Top