petro2050
petro2050
This library has all sorts of issues. Unfortunately, I had to revert to showing GIFs. It's a shame because Lottie is faster and smaller in size.
I have the same issue. I'm loading a JSON animation into `WKWebView` and it takes 1-2 seconds before it loads. `lottie-player.js` as well as the animation are embedded in the...
Same issue. This library is very difficult to use without proper samples. Also, there are many obsolete references.
@gmck For me, the issue is not finding the nav controller. In fact, I could get it like this: ``` var navHostFragment = SupportFragmentManager.FindFragmentById(Resource.Id.nav_host_container) as NavHostFragment; navController = navHostFragment.NavController; ```...
Yes. I have a navigation folder under Resources.
VS 2019 (version 16.11.2) When I rebuild the solution, I'm getting a compile-time error:  Here's the project itself: [App4.zip](https://github.com/xamarin/AndroidX/files/7325942/App4.zip)
Thanks for taking a look. I was trying to base the new approach off of https://github.com/android/architecture-components-samples/tree/master/NavigationAdvancedSample. This is the file that nests multiple graphs: https://github.com/android/architecture-components-samples/blob/master/NavigationAdvancedSample/app/src/main/res/navigation/nav_graph.xml Also, take a look at...
Thank you! I will wait for any updates on your side.
@gmck emailed you.
@gmck In your sample attached on https://github.com/xamarin/xamarin-android/issues/6425, when I tap "About" on the Home tab and then tap "Register" and tap Home again, the navigation stack for the first tab...