Open KODerFunk opened 8 years ago
What's in your console? I'm not sure which callbacks you're referring to.
I used something like a promises and organized asynchronous rendering life cycle in my application when changing react route. Now i have correct callbacks chain. All fired. Just at the beginning of issue have asynchronous problems on android, slowly makes its first phase (a screenshot of disappearing screen). I want to achieve maximum fast jumping by callbacks. But when doing back (right animation), have a glitch, old page-component is visible a few milliseconds. Using his time-out in the 50-100 ms saves but very slow reaction to the mainstream Android-smartphones. Really it is only in this way? It can not be done more responsive?
Works well on iOS and bad on Android. This may be due to the fact that
startSlide()
is executed earlier than the callback?