Grisha Pushkov
Grisha Pushkov
For my use case syntok works just perfect. Thanks @fnl for this project!
@limpkin resolved, we detected collapse bar as submit button there after adding it to exception, we fall back to default form submission and unfortunately it doesn't work for this site...
@javache I checked commit that you mentioned and it seems `Math.ceil` is used everywhere and is preferable way to do it. I updated my changes replacing `Math.round` with `Math.ceil` and...
@javache @lunaleaps Yes, I'm testing on Android 11+ and 0.71.3. Also now I understand what checks for `VERSION_CODES.M` (Android 6) and `VERSION_CODES.Q` (Android 10) means and we need to implement...
10314fe made scrolling worse on Android :(
@delphinebugner @zoontek I added svg app icon in Android Studio and logo became sharp. Plus this change in styles.xml: ```diff @color/bootsplash_background - @drawable/bootsplash_logo + @drawable/ic_launcher_foreground @style/AppTheme @android:color/black @android:color/black false +...
@zoontek I'm testing on Samsung M12 (Android 13, One UI 5.1). I appreciate if you could check [this](https://github.com/zoontek/react-native-bootsplash/files/13932888/res.zip) res folder on your device. ||| |--------|--------| | ![Screenshot 2024-01-14 at 22...
@zoontek All these files were created using latest Android Studio Hedgehog. I provided only svg icon and webp format was set by default.
@zoontek I think I need to clarify more about my screenshots. The left one is the one using windowSplashScreenAnimatedIcon on system thread and it's a little bit blurry. The right...
@zoontek Yes, exactly. This is just a workaround. Maybe it will be useful for someone out here. Thanks for your work, Mathieu.