weixin-pull-control

1.0.5 • Public • Published

Intro

微信下拉控制,禁用&启用微信下拉效果,如下图所示。

微信下拉截屏 微信下拉截屏

Api

  • pullControl.disable():禁用微信下拉
  • pullControl.enable():启用微信下拉

Install

$ npm install weixin-pull-control --save

Example

import pullControl from 'weixin-pull-control'

// 禁用微信下拉
pullControl.disable()

// 10 秒后启用
setTimeout(() => {
    pullControl.enable()
}, 10000)

Readme

Keywords

Package Sidebar

Install

npm i weixin-pull-control

Weekly Downloads

4

Version

1.0.5

License

ISC

Unpacked Size

76.5 kB

Total Files

9

Last publish

Collaborators

  • charleslo