1.0.5 • Published 6 years ago

weixin-pull-control v1.0.5

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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)
1.0.5

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago