如何关闭系统中启用软体后左右滑动的前进后退功能

Milo 0 信誉分
2025-09-25T01:37:36.9733333+00:00

启用某个程序时,从平板中登陆操作后,使用滑动的手势会使程序出现左滑后退,右滑前进的现象。

通过售后支持后,启用边缘UI也是无法限制到该功能

Windows 商业版 | 面向 IT 专业人士的 Windows 客户端 | 性能 | 应用程序技术和兼容性
{count} 票

1 个答案

排序依据: 非常有帮助
  1. Joseph Tran 3,975 信誉分 独立顾问
    2025-09-25T02:10:07.26+00:00

    This is actually a pretty common headache on tablets, because the operating system wants to keep those gestures for itself.

    What you can do about it

    On Windows tablets: put the device in Kiosk Mode (Assigned Access). That way the tablet only runs your app, and you can disable edge swipes with Group Policy or registry settings.

    On Android tablets: turn on Screen Pinning or use a kiosk/MDM solution. That locks the user inside the app and blocks system gestures.

    On iPads: enable Guided Access in the Accessibility settings. That will keep the user inside the app and turn off the multitasking gestures.

    If it’s your own custom app: you can sometimes grab those swipe events before the OS does, but it depends on the platform (Windows, Android, iOS each do it differently).

    0 个注释 无注释

你的答案

提问者可以将答案标记为“已接受”,版主可以将答案标记为“已推荐”,这有助于用户了解答案是否解决了提问者的问题。