Could you add a check for iPod, I didn't get the touch buttons on super jump'n'run with ejecta on my iPod until I added the following to impact.js :

ig.ua.iPod = /iPod/i.test(navigator.userAgent); 
ig.ua.iOS = ig.ua.iPhone || ig.ua.iPad || ig.ua.iPod;