-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cards not rendered when firstItem > 0 #145
Comments
Hi @dnish, First of all: congratulations, your app looks awesome! I've always thought that this plugin should be used to make a great music player ;-) The issue you're having has to do with the
Let me know if any of this helped. |
@dnish your app looks awesome! could you share your link to itunes after published is finish? really nice! |
Hey, @bd-arc Good to know, I'll try these settings later this day. I just saw that some people who have this issue are using react-navigation like me, so I guess this package could cause the problem. |
It seems like an issue with react-navigation and their animation. If I set |
Hi @dnish, Any news regarding this issue? Did you have time to try the miscellaneous suggestions I gave you? |
Hey @bd-arc, BTW: I found another bug. When a song changes and the app is in background, the cover size of the selected item is wrong when it goes back to foreground. |
Thanks for the feedback @dnish! Regarding the other issue, I don't see any way for the carousel to automatically update while the app is in background. It seems to me that this should be handled on your side (e.g. snapping to the current active song index when coming back). Any thoughts about that? |
@bd-arc It snaps to the current element after going back to foreground, but the problem is, that the size isn't correct. This only happens on Android. I've switched to the next song which is "Wonder Woman" - but the cover in the middle has the wrong (old) size, while the element before has the "selected" size. Maybe some of the animations won't work in background and so we got wrong sizes when moving back to foreground? The active item is correct. |
@dnish Have you tried version |
@bd-arc I'll will try it, thank you very much :) |
Closing for now, but feel free to continue the discussion if needed ;-) |
I have the same issue, items who are > at EDIT: it seems that putting |
Hey,
I'm having a player component which displays the current covers of the loaded playlist. If the user opens the player and the firstItem (which is the current played song) is bigger than 0, the covers are not rendered properly:
When I now start sliding to the right (next item), the rendering gets corrected:
Issue started happening after upgrading from 2.4 to 3.1.
When I open the player, the covers are available for a second. After that, they are hidden. Any idea what could be wrong?
BTW: This seems only to happen on iOS.
The text was updated successfully, but these errors were encountered: