G GEoffT Member Licensed User Longtime User Jan 10, 2016 #1 I have been trying a slide transition as per Erel's thread "Custom transitions between activities". This works fine on my Samsung 10.1 running Android 4.1.2 but does not work on Samsung S4 running 5.0.1. Any ideas why anybody?
I have been trying a slide transition as per Erel's thread "Custom transitions between activities". This works fine on my Samsung 10.1 running Android 4.1.2 but does not work on Samsung S4 running 5.0.1. Any ideas why anybody?
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2016 #2 The animations transitions do not work on all devices. It is probably related to the custom theme. The transitions can also be disabled in the developers tools settings. Are you calling SetAnimation from Activity_Pause? Upvote 0
The animations transitions do not work on all devices. It is probably related to the custom theme. The transitions can also be disabled in the developers tools settings. Are you calling SetAnimation from Activity_Pause?
G GEoffT Member Licensed User Longtime User Jan 11, 2016 #3 Thanks. No I am calling it from a button longclick event. Upvote 0