alert() title is "Message from webpage" (Windows)
See original GitHub issueOn Windows using WinForms, the title of the popup windows created by the javascript calls alert()
, ‘confirm()’ and ‘prompt()’ is “Message from webpage”, which can be a bit strange when deploying a desktop app.
Hopefully the user never knows there’s a webview front-end, but this makes that fact quite apparent. Any way to customize or change this? Even a blank title would be sufficient / better than the current title.
Issue Analytics
- State:
- Created 6 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
How to edit a JavaScript alert box title? - Stack Overflow
It displays an alert box with the heading title as "Message from webpage". Is it possible to modify the title? javascript · alert...
Read more >Window.alert() - Web APIs - MDN Web Docs
window.alert() instructs the browser to display a dialog with an optional message, and to wait until the user dismisses the dialog.
Read more >how to change "message from webpage" title in confirm pop ...
So I think probably showModalDialog has not been a practical general substitute for window.confirm() dialog for a very very long time, and ...
Read more >Window alert() Method - W3Schools
The alert() method displays an alert box with a message and an OK button. The alert() method is used when you want information...
Read more >HTML Window alert() Method - GeeksforGeeks
It returns a string that represents the text to display in the alert box. Syntax: alert(message). Below example illustrates the Window alert() ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, it was a hassle to rebase it, so I opted for a fresh start. The branch can be deleted now.
I got the basic implementation working in the
alert-box
branch. Will merge the branch after #83 is finished.