chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.99k stars 279 forks source link

How to show message window on the desktop #373

Closed wenbei421 closed 2 years ago

wenbei421 commented 2 years ago

How to show a message prompt box in the lower right corner of the desktop

mattkol commented 2 years ago

@wenbei421 Chromely only provides a thin hosting environment. More or less a window container, if you may. It is expected that you do everything else using html/JavaScript/css etc. If you need native control, that is something that you can add if you want, but not provided or supported by the project.