Is there a way to disable / overwrite the edge swipe gestures in Windows 8? My goal is to build a kiosk browser which runs on Windows 8. I used to take Firefox with FF Fullscreen AddOn for this, but in Win 8, the Win 8 TOUCHSCREEN edge swipe gestures are still active.
I tried so much hints and possible solutions, which I found in the web, but no one helped:
1) Classic Shell, Start8, Registry hacks and so on: working for touchpads, but not for touchscreens
2) user account with assigned access: runs only with a Metro App. In Metro FF, there is still the adress list
3) Windows settings: there are no Windows settings. My touchscreen has no settings
4) another (special) touchscreen driver: I need a solution for many kinds of hardware
Now, I think there are some solutions left:
5) Build another (Not Firefox) application, which runs in the background and catches the edge gestures (http://msdn.microsoft.com/en-us/library/windows/desktop/jj553591%28v=vs.85%29.aspx). But this application needs to runs in fullscreen mode and will cover Firefox.
6) Catch the edge swipe gestures with javascript.
Now the main question: Is there a way to catch the edge swipe gestures with javascript?
Are there any solutions? thanks in advance.