Full screen web page

download dependencies

cnpm install screenfull

register

import screenfull from 'screenfull'

Click to execute

if (screenfull.isEnabled) {
	screenfull.request();
}

Guess you like

Origin blog.csdn.net/weixin_44523517/article/details/126250201