has anyone tried to use Native Page Transitions “slide” with a Tabs navigation? I get the native animations to work in normal navigations or push/pop pages, but I have problems using it in a Tabs navigation.
The problem is the content of the current page has disappeared when the new page animates in. This happens only in iOS. The plugin makes a screenshot of the old page, then animates the new one in and the screenshot out. In this screenshot of the old page the content area is empty. This looks bad and can not be used.
I suspect the timing of making this screenshot is wrong here. The old tab is already hidden when the ionChange is fired and the screenshot is made. I’m just wondering why it works in Android?!?