georgewei

Results 5 comments of georgewei

It's confirmed that WKWebView of newest iOS 14.3 supports WebRTC, so thirt-party browsers can utilize it.

@mebjas I've tested this project on iOS 14.3 and it works. It was confirmed by others on webkit.org already, and there is another thread: https://blog.bitsrc.io/ios-14-3-brings-webrtc-to-wkwebview-closing-gap-on-ios-accessibility-90a83fa6bda2

I've modified html5-qrcode-scanner.js to achieve this goal. The idea is: 1. Use an array to keep the camera ids on calling Html5Qrcode.getCameras() 2. Use an integer to keep the index...

Detecting the brower type is not reliable for some mobile browers can run in 'desktop' mode. I prefer to expose the camera info (id, name, etc.) and let the developer...

这个项目使用的three.js版本为0.108.0,新版本three.js不再尝试直接调用这个插件,不会报这个错了。 解决办法: 1、克隆本项目到本地 2、修改package.json,把three.js的版本号改成最新的0.133.0 3、在控制台执行npm install | npm run build,会生成dist/index.js 4、把生成的dist/index.js复制到你的项目的node_modules/threejs-miniprogram/dist目录里,覆盖原文件