Hi, please can someone tell me how to get rid of the lag/animation on Android when doing a PushModalAsync of a content page?
I have a simple Tabbed layout, and would like to present a simple content page (modally) with a single button in it. On iOS the modal page appears from the bottom and presents itself smoothly.
On Android the following happens: the modal page first pops into View below the tabs, then the tabbar and navigation/action bar dissappear, and then the entire modal page resizes upwards and "bounces" off the bottom to fill the space where the tab/action bar where. Closing the page seems fine and the tabbar/navigation bar appear quite smoothly, but the resizing during presentation is really horrible and jarring to watch.
How do I present the modal page on Android without all of this laggy stuff happening? Help?