Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge swipe navigates back on Windows #1230

Closed
forceflow1049 opened this issue Oct 3, 2023 · 2 comments
Closed

Edge swipe navigates back on Windows #1230

forceflow1049 opened this issue Oct 3, 2023 · 2 comments

Comments

@forceflow1049
Copy link

Specification

  • pywebview version: 4.3.3
  • operating system: Windows 11
  • web renderer: MS Edge

Description

When using a touchscreen and swiping from the left/right edge of the app window, an arrow is shown and the page navigates back/forward through the history. This happens whether the window is fullscreen (so window edge is display edge) or not (so window edge can be middle of screen). This happens regardless of the state of the allow edge gestures setting in Windows.

This behavior is the default functionality of the regular Edge browser, so this behavior is clearly being pulled in from there. The behavior is interfering with my app's behavior, which uses user swipes on the screen.

@r0x0r
Copy link
Owner

r0x0r commented Oct 4, 2023

Fixed in master

@r0x0r r0x0r closed this as completed Oct 4, 2023
@forceflow1049
Copy link
Author

Thank you! For anyone who needs a stopgap solution, you can set the touch-action CSS property to none or manipulate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants