Disable touch left swipe On windows 10

I’m doing a standalone app for use on windows 10 and touchscreen The problem is that when i’m On fullscreen at application if you make a left swipe gesture windows shows task view and you can close app/ change app…
There is any way to disable this gestures by code or registry?

Thansk a lot

I don’t think it is possible to programmatically disable the edge gestures from Windows 10 in a UWP app. There possibly are ways to mess with the registry to change the behavior of windows for the entire machine, but I’m not sure that’s what you are looking for.