1 decade ago by fulvio
I often test on my desktop browser rather than iOS sometimes and I'm forever commenting and un-commenting the following plugin as desktop browsers do not support the functions within:
My question is whether or not a plugin can be added only for mobile devices by using something like
ig.module('game.main').requires( ... 'plugins.ios.ios' }
My question is whether or not a plugin can be added only for mobile devices by using something like
ig.ua.mobile
?