Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 422 Bytes

File metadata and controls

25 lines (15 loc) · 422 Bytes

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

Installation

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

Usage

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

disableAdjustFontSize()

License

MIT