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

Different animation depending on platform #27

Open
MikeCodesDotNET opened this issue May 7, 2024 · 2 comments
Open

Different animation depending on platform #27

MikeCodesDotNET opened this issue May 7, 2024 · 2 comments

Comments

@MikeCodesDotNET
Copy link

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?

CleanShot 2024-05-07 at 14 09 28

@OmidID
Copy link
Contributor

OmidID commented May 7, 2024

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

OmidID added a commit that referenced this issue Jul 7, 2024
OmidID added a commit that referenced this issue Jul 7, 2024
OmidID added a commit that referenced this issue Jul 7, 2024
OmidID added a commit that referenced this issue Aug 23, 2024
OmidID added a commit that referenced this issue Aug 23, 2024
* #27 Implementation of alert transition

* #27 adding ios modal and fix the issue of perform animation

* #27 fix issue of platform

* update version to v1.2.0
@OmidID
Copy link
Contributor

OmidID commented Aug 23, 2024

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.

OmidID added a commit that referenced this issue Sep 4, 2024
OmidID added a commit that referenced this issue Sep 6, 2024
OmidID added a commit that referenced this issue Sep 7, 2024
* #27 supporting platform base theme and dynamic navbar

* #27 adding hosted tab page and support dynamic navbar

* #27 supporting dynamic navigation bar

* #27 fix navbar conflict and selected tab

* remove default nav to shell

* remove useless files

* add develop branch for build
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