Description
I am using the Navigator.
I am currently using the FloatFromRight animation.
If I change to the FloatFromLeft animation, it works correctly in the web version, but on mobile, it is still showing a FloatFromRight.
I've tested on Android Emulator and Physical Android Phone.
I have a small Sample Application here.
You need to change line 118 in the NavigationComponent
(there is a fake login, you cann bypass with the debug button, then you can click on the 'Location Service' button and on the back button, to test this behaviour)
The second thing you can see in the Example Application is, that the animation in the web-version is kind of broken. On mobile (at least at Android) the old Page is hidden behind the new one. But on the web, you can 'see through' the new page. So here, the Animations on Mobile and Web behave differently, too.