WPF application using WebView2 to show window in full screen (kiosk mode) without title bar.
If WebView2 has not been installed before, it will display an info message with a link to download and install WebView2.
Usage
KioskBrowser.exe "http://www.google.com"
Options:
Option | Description |
---|---|
-t, --enable-titlebar |
Enable Title bar |
-r, --enable-content-refresh |
(default: disabled) Enable automatic refresh of content |
--content-refresh-interval |
(min: 10, max: 3600, default: 60) Content refresh interval in seconds |
Close window by pressing ESC. (Disabled when title bar is enabled)