Alpha 4 double back history on back button
When clicking the automatically generated back button on a multi page in the Xcode iPhone 4.2 simulator, i get a double trigger. The page animates to the previous page and then immediately animates to the one before
However if i hold the back button down for a second and then release, the back button works correctly and there is only one animation.
Could be the button click and release event both being called
This was fine in alpha 3
ALpha 4 does seem smoother, the jumpy pages is much better
Update: Have worked around by adding custom button
<a href="Javascript:window.history.back()" data-icon="back">Back</a>
THis button waits for the release before triggering back. The different states are clearly visible before the page moves.
The automatic button must be triggered on touch and then a second back trigger occurs on another event