/KioskBrowser

Shows a web page in kiosk mode by a given url as parameter. Uses WebView2 (Edge Chromium) as an engine.

Primary LanguageC#MIT LicenseMIT

KioskBrowser

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)