Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 774 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 774 Bytes

Swift Kiosk Browser

WPF application using WebView2 to show window in full screen (kiosk mode) without title bar.

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)

Download from Microsoft Store