Wechat browser inline video full screen

in Wechat browser, it is required and only required to be compatible with iOS8+ and Android4.4+
existing icon is bound with click event fullScreen . After clicking this button, the video vdo of inline can be full screen:

.
const fullScreen = e => {
    const vdo = document.querySelector("video")
    //  x5 
    // html  api 
    // 
}

has just stepped on this trap. After writing an article, you can take a look at
https://codeshelper.com/a/11.

.
Menu