Mobile Features transitions classes not working in Android

0
Hi, Mobile features widget classes- Slide-left and slide-right transitions not working in Android.  For iOS perfectly working fine. Instead of slide it is looking a flash of page. I checked the documentation and it told to have these two plugins -   <gap:plugin name="com.telerik.plugins.nativepagetransitions" source="npm" /> <!-- This needs to be added to make sure the cordova-plugin-crosswalk-webview animates correctly --> <preference name="CrosswalkAnimatable" value="true" />  But still it not working as expected. Please help.   Thanks,
asked
2 answers
0

Hi Kavya, the preferences in the documentation apply to the cordova-plugin-crosswalk-webview plugin. In earlier versions of the Mendix mobile app this plugin was enabled by default, however this has changed because crosswalk is not compatible with Android SDK 24 and above.

 

answered
0

So how does one get this to work on android?

answered