BrownChan
Results
2
issues of
BrownChan
用了vue3-seamless-scroll 之后,部分手机报了错误:globalThis is not define,如果没猜错的话,应该是兼容没做好 `(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) : typeof define === 'function' && define.amd ? define(['exports',...
请问一下各位大佬,在实现子线程点击主线程请求截图权限的时候弹出的授权弹窗时,由于只能获取到取消按钮控件,需要加上位移才能点中“确定授权”按钮,但这时候用户屏幕是在竖屏或者横屏是不确定的,所以请问大佬我该如何判断当前屏幕是否为横屏?(文档里面没找到这个api)