I've got my jquery slideshows looking sharp with retina displays thanks to retina.js, but I only want retina.js to function for non-iPhone retina devices. (iPads and laptops). So, I just need a bit of code to tell retina/js to not function if an iPhone is detected.
Can anyone suggest some code? Thank you!
I don't know how you're detecting if the user is on an iPhone but simply loading only
retina.jswhen you deem appropriate should be all you need to doWhere
browser.iphoneis your browser detection code