The setup I have:
- Surface touch screen laptop
- Windows 10 Pro Insider Preview
- Build 21277.rs_prerelease.201207-1443
- https://docs.microsoft.com/en-us/deployedge/microsoft-edge-configure-kiosk-mode
- Assigned Access via Set up a kiosk using Microsoft Edge browser (Chromium version)
The use case:
The laptop to on boot login to the kiosk user and be directed to the desired web address.
The issue:
The user can go on the Kiosk account and login to the web application due to Microsoft Edge scrolling personality it breaks core functionality of the web application due to the touch screen functionality it provides.
https://docs.microsoft.com/en-us/users/withinrafael/ has provided me with the command line arguments to disable the feature. --flag-switches-begin --disable-features=msExperimentalScrolling --flag-switches-end
Please read this issue for more details.
https://docs.microsoft.com/en-us/answers/questions/202501/disable-microsoft-edge-scrolling-personality-on-wi.html
Solution I would like (Wishful thinking):
- To use the command line arguments on the Edge Browser.