Open MikeCodesDotNET opened 6 months ago
Hello @MikeCodesDotNET :)
I am so happy that you try it :)
True. The part of the dialog transition still not finished. I try to create platform transition very similar or exactly same as native implementation ( https://github.com/AvaloniaInside/Shell/blob/main/src/AvaloniaInside.Shell/Platform/PlatformSetup.cs ).
So. Dialog in iOS must be from bottom to top and Android behave different. I will try to have it for next version ;)
Happy to get feedback from you .
Thanks
Hello @MikeCodesDotNET
The latest version has the native animation iOS, Android animations. Modal animation added as well for iOS.
I keep this issue open to develop much way better way to implement native theme and animation.
Thanks again for feedback.
Hey @OmidID,
Loving your work with the Shell project. I wanted to give it a try and see if I could make an app look and behave like a 'native' iOS app that uses UIKit.
When I run the same project on the iPhone simulator, I see different behaviour from the dialog animation. Is this expected?