Fu Xiu Heng

Results 2 issues of Fu Xiu Heng

Hello! 👋 ## Main Question Is it possible to support multiple windows, each with a FocusLock? ## Issue I have two windows: a primary one, and a secondary one (opened...

The `navigator.vibrate` API is currently always defined. However, according to the [navigator.vibrate MDN docs](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/vibrate), this is currently not supported in Safari: I'm proposing to update the `Navigator` interface to: ```ts...