AnimationNavigationPage icon indicating copy to clipboard operation
AnimationNavigationPage copied to clipboard

iOS not working

Open MarkAM7 opened this issue 5 years ago • 1 comments

I followed the instructions that have been written in the logs but the animation seems to not work for iOS, although it works perfectly for Android.

Were there any other necessary steps that need to take place that were not mentioned?

BTW, great work. I do very much appreciate this.

`public override bool FinishedLaunching(UIApplication app, NSDictionary options) { global::Xamarin.Forms.Forms.Init(); FormsControls.Touch.Main.Init(); LoadApplication(new App(new iOSInitializer()));

        return base.FinishedLaunching(app, options);
    }`

MarkAM7 avatar Jun 08 '20 17:06 MarkAM7

same issue here

majdaneq avatar Jun 09 '20 08:06 majdaneq