Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuler/disable-adjust-fontsize-in-wechat

Disable adjust font size in wechat when browse webpage.
https://github.com/yuler/disable-adjust-fontsize-in-wechat

fontsize wechat

Last synced: 19 days ago
JSON representation

Disable adjust font size in wechat when browse webpage.

Awesome Lists containing this project

README

        

# Disable Adjust Font Size in WeChat

Disable adjust font size in wechat when browse webpage.

Use `WeixinJSBridge` listen `menu:setfont` event and set always to `{ fontSize: 0 }`.

![snapshot](./snapshot.png)

# Installation

```bash
npm install disable-adjust-fontsize-in-wechat --save
```

# Usage

```js
import disableAdjustFontSize from 'disable-adjust-fontsize-in-wechat'

disableAdjustFontSize()
```

# License

MIT