I'm clicking through to a page that has html5 audio on a mobile site that uses Ratchet.js ( and push.js ) but the html5 audio elements only load if I do a full page refresh or if I use data-ignore="push"
on the link.
Why is this and how can I make it work without using data-ignore="push"
?