jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 222 forks source link

Stack.js does not fire a push event for links that do a pop transition #61

Closed jaunesarmiento closed 10 years ago

jaunesarmiento commented 11 years ago

I rechecked the code and apparently stack.js only fires the push event when a page is pushed into the history stack. But when you have an up button that points back to index.html and you have an action overflow there, checkActionOverflows will not be called.

This may also be the case for forms.js and tabs.js. As these also listen for the push event to do their corresponding job.

Will fix this on the next push.