as a progressive application is it not good to refresh application accidentally by pulling down the page. is there any standard way (not css tricks) to disable refreshing entire page in PWA?
Asked
Active
Viewed 8,563 times
12
-
2By CSS tricks you mean [overscroll-behavior-y: contain](https://stackoverflow.com/questions/36212722/how-to-prevent-pull-down-to-refresh-of-mobile-chrome)? – wOxxOm Sep 15 '18 at 06:52
-
1@sadeghhp Did you find a solution? – Kev Feb 12 '19 at 15:47
-
using css tricks :D – sadeghhp Jul 14 '19 at 06:35
1 Answers
18
-
This no longer works on iOS. A working solution for me is on this page that addresses the iOS issue generally: https://stackoverflow.com/a/69589919/2927114 – Reggie Pinkham Dec 29 '22 at 23:37