Page 1 of 1

I fixed the relative mouse mode pointer lock issue on some browsers and created a PR

Posted: 2026-05-06 15:59
by Augtons

I fixed the relative mouse mode pointer lock issue on some browsers and created a PR: https://github.com/LuckfoxTECH/kvm/pull/2

我修复了部分浏览器中相对鼠标模式无法锁定指针的问题,并提了 PR: https://github.com/LuckfoxTECH/kvm/pull/2

This fix addresses the issue where some browsers do not support querying the `pointer-lock` permission through the Permissions
API, causing the frontend to skip `requestPointerLock()` and making relative mouse mode unusable when clicking the video area.

此修复用于解决部分浏览器不支持通过 Permissions API 查询 `pointer-lock` 权限,导致前端跳过 `requestPointerLock()`,从而在点击视频画
面时无法正常使用相对鼠标模式的问题。


Re: I fixed the relative mouse mode pointer lock issue on some browsers and created a PR

Posted: 2026-05-22 6:02
by Crocodile

Thank you for your contribution. Your pull request has been merged.