Erhalten Sie zwei Titel in Pywebview auf macOS
Posted: 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:

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?

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?