Hi Neil,
It doesn't work for me, is there a workflow to inspect the storefront like on ipad with Safari? it will be helpfull to find the error... As I tell you I change the background color in the HTML file and it change well, but nothing else...
FYI, the js files was already like that :
var r = navigator.userAgent.toLowerCase().indexOf("android") == -1 ? "?r=" + Math.random() : "";
var jsFiles = [path + "js/app.js" + r,
path + "js/controllers.js" + r,
path + "js/services.js" + r,
path + "js/directives/folioItemView.js" + r,
path + "js/directives/indeterminateProgressBar.js" + r,
path + "js/directives/mainFolioView.js" + r,
path + "js/directives/tabBar.js" + r,
path + "js/directives/tabContentContainer.js" + r,
path + "js/Config.js" + r];
var css = path + "styles.css?r=" + Math.random();
I copy pas your code but it just remove the r var and the random, I don't think it's the problem...