Skip to content

Commit

Permalink
Disable pull-to-refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Oct 20, 2024
1 parent e563d95 commit b381fbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions emulator-patches/web-demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
html, body {
margin: 0;
padding: 0;

/* Prevent pull-to-refresh on mobile, since we use swipe gestures in a
* keyboard-less environment. */
overscroll-behavior: none;
}

body {
Expand Down

0 comments on commit b381fbc

Please sign in to comment.