The new version of Wechat bottom toolbar is closed, online and so on! Emergency use

1. A Wechat official account web page has been developed. After obtaining the authorization, the bottom toolbar appears and wants to remove the bottom toolbar

.

clipboard.png
remove the red box

Nov.05,2021

Wechat is authorized to do it at the background. If you redirect the page, you can handle


document.addEventListener ('WeixinJSBridgeReady', function onBridgeReady () {

)
WeixinJSBridge.call('hideToolbar'); 
WeixinJSBridge.call('hideOptionMenu'); 

});

Menu