sAleksovski / react-native-android-widget

Build Android Widgets with React Native
https://sAleksovski.github.io/react-native-android-widget/
MIT License
546 stars 22 forks source link

bug: ListWidget scrolling issue #78

Closed mritul closed 2 months ago

mritul commented 3 months ago

I've used the example ListWidgetDemo code in this same repository:

Issue: The preview scrolling works just fine but when I actually add the widget to the home screen the scrolling gets nested with the swipe-up -to-open the menu and the ListWidget fails to scroll

Demo: https://github.com/sAleksovski/react-native-android-widget/assets/84136875/504e3a14-49b3-40f9-b17b-8131a16c9a78

Hope there is a fix to this solution and any sort of help would be appreciated.

sAleksovski commented 3 months ago

I cannot reproduce this. Looks related to #49

What device/launcher are you using? Can you try using any other widget that has scrollable list, for example the Gmail widget? Also please try with example-app.apk file from the latest release (https://github.com/sAleksovski/react-native-android-widget/releases/tag/v0.13.0) Can you also try to fix the icon, I see that on both issues the icons are broken.

mritul commented 3 months ago

Thanks for the prompt reply @sAleksovski

The device I'm using is a OnePlus 9R and yes, I've tried the Google Calendar widget and it scrolls just fine. And the broken icon does not impact the bug i felt as this seemed to be ListWidget issue so I chose to ignore it.

mritul commented 3 months ago

Looking at #49, I feel like it's a OnePlus issue since that user is on a OnePlus as well

sAleksovski commented 3 months ago

Unfortunately this looks like an OnePlus bug, or at least OnePlus Launcher bug.

Check https://www.google.com/search?q=oneplus+widget+not+scrolling

Can you try another launcher to confirm it is the launcher and not the OS?