-
### Description
In my experience, the order of rAF callbacks is always deterministic on web. It [seems](https://stackoverflow.com/a/34905490) like it's deterministic per spec. In other words, this:…
-
**Firebase crash log**
```
Fatal Exception: java.lang.UnsatisfiedLinkError: No implementation found for void org.maplibre.android.net.NativeConnectivityListener.initialize() (tried Java_org_mapli…
-
### Which packages are you using?
stream_chat_flutter
### On what platforms did you experience the issue?
Android
### What version are you using?
8.2.0
### What happened?
Adding a…
-
In Android SDK 33 the app crashes.
This is because it can't read the READ_PHONE_STATE permission, so you have to declare it in the manifest:
But don't send text messages this way.
-
### Description
### Steps to reproduce
create new application
RCT_NEW_ARCH_ENABLED=0 pod install
add text input
### React Native Version
0.76.1
### Affected Platforms
Runtime - iOS
#…
-
### Package
Sentry
### .NET Flavor
.NET
### .NET Version
8
### OS
Android
### SDK Version
4.13.0
### Steps to Reproduce
1. Create an Android project (not MAUI)
2. Add the DSN in the option…
-
### Steps to reproduce
run the sample code
### Expected results
the image border is at the top with no padding
### Actual results
there is extra unwanted padding on top and bottom caused by SafeA…
-
### Steps to reproduce
1. Install IntelliJ IDEA Ultimate Edition
2. Install the "Android" plugin in the IDE
3. Install flutter
4. Install Android SDK and Visual Studio
5. run `flutter doctor`
##…
-
### Steps to reproduce
- Launch an Ios device / emulator
- Launch the project on that device / emulator
- fill polygons with thousands of points like at this file
https://github.com/enescerrah…
-
### Description
ScrollView's `scrollToEnd` method gives different results on iOs and Android.
Expected behaviour:
ScrollView's `scrollToEnd` method should function consistently across platforms. …