After pushing a view containing a youtube video ( via iframe ) , the back button is not working, after some investigations, it appeared that :
ViewNavigator.animating is set to true and therefore , ViewNavigator.prototype.popView returns without poping the view..
This behavior doesn't happen all the time, but after some few pushes and pops ( and has been noticed on android ).
To fix my problem, I removed the test ( this.animating ) from ViewNavigator.prototype.popView but I'm sure there is a better way to fix this.
Thank you.