Disabling android's chrome pull-down-to-refresh feature

前端 未结 15 2576
予麋鹿
予麋鹿 2020-12-02 04:20

I\'ve created a small HTML5 web application for my company.

This application displays a list of items and everything works fine.

The application is mainly us

15条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-02 04:41

    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.

提交回复
热议问题