-
## Environment
- Next.js version: 13.5.6
- Browser: Safari on iOS 17.3
## Description
I'm encountering an issue integrating the `scroll-timeline` polyfill into my Next.js project, aiming to enab…
-
Animations are snapping into place when viewing a site on the iOS version of Chrome. I’ve looked on both Safari and Brave browsers and the issue isn’t there, everything works as it’s meant to. This …
-
### Description
I am using the react-native navigation for navigating between the screens.
both drawer navigation and bottom navigation are being used:
```
"@react-navigation/bottom-tabs":…
-
### Steps to reproduce
After upgrading to flutter 3.24.3, the font color and size of the app on OnePlus phones have changed. This problem does not occur on other Android devices and Apple devices.
#…
-
It probably won't be easy, but this may help: http://stackoverflow.com/questions/13275294/detect-if-slow-animations-is-on-off-in-ios-simulator-in-code
-
React Native has two different code paths for converting the style.transform property into a matrix that is then applied to a native view.
On iOS and Android, the [processTransform ](https://github…
-
# Workaround found:
The problem was I was using `use_frameworks!` in my `Podfile`.
The exact line I had was `use_frameworks! :linkage => :static`
This was because the new react-native-firebase libr…
-
### Description
Users have reported that Rive animations fail to function on iOS mobile devices when the device is in 'lockdown' mode. This issue appears to be isolated to iOS devices, as animations …
-
### Description
Lottie animations inside the EmptyView of a CollectionView will not render, but will render normally inside ItemTemplate. I've not tested this issue on ListView or CarouselView.
Ex…
-
### Describe the bug
I rendering a list of array using #each method and animations, but somehow after finishing the animation, some items just randomly disappear.
When running on my windows, every…