Skip to content
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

[Android] AutoPlay functionality is broken in 3.0.0 #234

Closed
2 of 7 tasks
adrianknight89 opened this issue Jul 2, 2019 · 6 comments
Closed
2 of 7 tasks

[Android] AutoPlay functionality is broken in 3.0.0 #234

adrianknight89 opened this issue Jul 2, 2019 · 6 comments

Comments

@adrianknight89
Copy link
Contributor

adrianknight89 commented Jul 2, 2019

🔙 Regression

Old (and correct) behavior

Animation auto plays when ListView is refreshed.

Current behavior

If you place a Lottie animation in a Xamarin Forms ListView cell and refresh the list with a swipe gesture, AutoPlay (now IsPlaying) no longer works. The animation is paused. This issue does not exist on iOS. Reverting back to 2.7.1 fixes the issue.

Not sure if #206 has anything to do with this.

Configuration

Version: 3.0.0

Platform:

  • 📱 iOS
  • 🤖 Android
  • 🏁 WPF
  • 🌎 UWP
  • 🍎 MacOS
  • 📺 tvOS
  • 🐒 Xamarin.Forms
@martijn00
Copy link
Member

Can you open a PR to fix this?

@adrianknight89
Copy link
Contributor Author

adrianknight89 commented Aug 3, 2019

@martijn00 Can you tell me the last commit id that got included in 2.7.1? I don't see a tag for that build.

Also, can you give me instructions to build a Nuget? I tried running cake with .\build.ps1, but it gets stuck after the Running build script message.

@martijn00
Copy link
Member

I'm not totally sure which commit id that is. It's easy to build a nuget. Just run in release mode from command line or VS2019. I'll add support for vs4mac soon too.

@adrianknight89
Copy link
Contributor Author

It doesn't seem to be building for me. I'm running VS2019 16.2 and get the error described here:

dotnet/android#3423

@martijn00
Copy link
Member

I've fixed some stuff and released an update

@adrianknight89
Copy link
Contributor Author

I just tested 3.0.1. The issue still exists. Here's a repro:

App165.zip

When you refresh the ListView, animation stops. Can we re-open this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants