Skip to main content
deleted 288 characters in body
Source Link
Kevin Sandow
  • 4k
  • 1
  • 21
  • 33

From 2015 to 2019,At the time of writing you could disable this feature manually via chrome://flags/#disable-pull-to-refresh-effect - openedopen directly from the URL baryour device.

Since 2019,But Google made pull-to-refresh mandatory. The update to Chrome 75 removed this flag with Chrome 75, so this is no longer an option. See https://support.google.com/chrome/thread/8152831/missing-android-chrome-75-flags-disable-pull-to-refresh-effect-how-to-disable-it-now

One of the proposed solutions below in css seems to be working though:

html { 
  touch-action: pan-down
}

From 2015 to 2019, you could disable this feature manually via chrome://flags/#disable-pull-to-refresh-effect - opened directly from the URL bar.

Since 2019, Google made pull-to-refresh mandatory. The update to Chrome 75 removed this flag. See https://support.google.com/chrome/thread/8152831/missing-android-chrome-75-flags-disable-pull-to-refresh-effect-how-to-disable-it-now

One of the proposed solutions below in css seems to be working though:

html { 
  touch-action: pan-down
}

At the time of writing you could disable this feature via chrome://flags/#disable-pull-to-refresh-effect - open directly from your device.

But Google removed this flag with Chrome 75, so this is no longer an option.

add link to clarify that the flag has been removed and is also missed by other users
Source Link
Kevin Sandow
  • 4k
  • 1
  • 21
  • 33

From 2015 to 2019, you could disable this feature manually via chrome://flags/#disable-pull-to-refresh-effect - opened directly from the URL bar.

Since 2019, Google made pull-to-refresh mandatory. The update to Chrome 75 removed this flag. See https://support.google.com/chrome/thread/8152831/missing-android-chrome-75-flags-disable-pull-to-refresh-effect-how-to-disable-it-now

You could try to catch touchmove events, but chances are very slimOne of the proposed solutions below in css seems to achieve an acceptable result.be working though:

html { 
  touch-action: pan-down
}

From 2015 to 2019, you could disable this feature manually via chrome://flags/#disable-pull-to-refresh-effect - opened directly from the URL bar.

Since 2019, Google made pull-to-refresh mandatory. The update to Chrome 75 removed this flag.

You could try to catch touchmove events, but chances are very slim to achieve an acceptable result.

From 2015 to 2019, you could disable this feature manually via chrome://flags/#disable-pull-to-refresh-effect - opened directly from the URL bar.

Since 2019, Google made pull-to-refresh mandatory. The update to Chrome 75 removed this flag. See https://support.google.com/chrome/thread/8152831/missing-android-chrome-75-flags-disable-pull-to-refresh-effect-how-to-disable-it-now

One of the proposed solutions below in css seems to be working though:

html { 
  touch-action: pan-down
}
This answer is severely outdated. This option was removed in version 75.
Source Link

At the momentFrom 2015 to 2019, you can onlycould disable this feature manually via chrome://flags/#disable-pull-to-refresh-effectchrome://flags/#disable-pull-to-refresh-effect - openopened directly from your devicethe URL bar.

Since 2019, Google made pull-to-refresh mandatory. The update to Chrome 75 removed this flag.

You could try to catch touchmove events, but chances are very slim to achieve an acceptable result.

At the moment you can only disable this feature via chrome://flags/#disable-pull-to-refresh-effect - open directly from your device.

You could try to catch touchmove events, but chances are very slim to achieve an acceptable result.

From 2015 to 2019, you could disable this feature manually via chrome://flags/#disable-pull-to-refresh-effect - opened directly from the URL bar.

Since 2019, Google made pull-to-refresh mandatory. The update to Chrome 75 removed this flag.

You could try to catch touchmove events, but chances are very slim to achieve an acceptable result.

Source Link
Kevin Sandow
  • 4k
  • 1
  • 21
  • 33
Loading