Matt

Results 7 issues of Matt

Using navigator.screenOrientation.set('landscape'); and navigator.screenOrientation.set('portrait'); work as expected, but trying to set navigator.screenOrientation.set('fullSensor'); navigator.screenOrientation.set('sensor'); or navigator.screenOrientation.set('unspecified'); to revert to default behaviour does not work (where it was previously working in Android

## 🐛 Bug Report When using an image from Xcode assets as the bottom tab icon with a dark appearance variant set, any change to appearance does not update the...

needs triage
triage: bug

This would fix #31 as per @timbell's comment

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information `react: 18.2.0` `react-dom: 18.2.0` ### Which example does...

area: examples

When you add requireFailure of doubletap you get a TypeError: "TypeError: Cannot read property 'requireFailure' of null at db.V.requireFailure". Changing the requireFailure to swipe, pan, etc. all works. ``` ```...

bug

This package won't work for me, and I believe it's due to using localForage instead of localStorage which means no storage events are being fired (https://github.com/localForage/localForage/issues/244). Is there any way...

### Laravel Version 12.2 ### PHP Version 8.4.1 ### Database Driver & Version _No response_ ### Description All model accessors are called when calling `toArray` on a model, even if...

help wanted