I was looking for something like that for Xamarin Forms that and I didn't find it :( I ended up I implementing it. This is actually very simple, not a dialog but a simple horizontal listview, it work… (View Post)
I have a Xamarin Forms project, which has a SplashScreen implemented separately on IOS and Android. When the SplashActivity finish, my MainPage is loaded with an animation. I'm not sure if the animat… (View Post)
If is there someone interested, that's how I fixed it: Intent intent = new Intent(this, typeof(MainActivity));intent.AddFlags(ActivityFlags.NoAnimation);this.Window.TransitionBackgroundFadeDuration =… (View Post)
I've found someone with the same problem, and I could fixed it! I noticed there was a problem in my Entitlements.plist in the logs: Jun 13 17:13:28 iPhone-de-Tatiane atc(Apps)[31] : |com.personaliza.… (View Post)