In electron, I can easily create a kiosk window by just adding a param kiosk: true
.
But in tauri, is there any way to achieve that? I searched their official doc and couldn't find any.
Note: Here I'm referring to creating a window in fullscreen without topbar/ header and borders and it prevents the users to interact with other OS functionalities unless the user exists/ closes the app.