fq-selbach

Results 4 comments of fq-selbach

Same issue here with microphone access permission in general (aka everything related to `navigator.mediaDevices`). Any news? react-native-webview solution: https://github.com/react-native-webview/react-native-webview/pull/2257 Ionic WKWebView solution: https://github.com/ionic-team/capacitor/issues/5485 https://github.com/ionic-team/capacitor/blob/main/ios/Capacitor/Capacitor/WebViewDelegationHandler.swift#L53 Home Assistant solution: https://github.com/home-assistant/iOS/issues/1671

I just noticed that there is a related issue: https://github.com/cnr-isti-vclab/3DHOP/issues/23 Would you be interested in a PR to add the described solution as presenter option?

I've quickly implemented a speed scaling factor: presenter.js: ``` var dragSpeedFactor = this._scene.config.dragSpeedFactor || 1.0; if(ui.dragDeltaX(button) != 0) this.x += (ui.cursorDeltaX/(500 / dragSpeedFactor)); if(ui.dragDeltaY(button) != 0) this.y += (ui.cursorDeltaY/(500 /...

I just noticed the same thing 🙈 Will this be fixed at some point? Its been over 5 years now ...