I want to enable a layer in a game (mobile controls) if the game is played in a mobile device.
I know I can get the plataform OS with the 'browser.plataform' expression, but than I have to check string by string if I'm on X device to enable the layer, and I don't know every device name that exist. (also, this doesn't look like a elegant solution)
I also remenber there was a "is on mobile device" condition in the "browser" plugin, but I can't find this option anymore. :/
Can anyone help me? Am I missing something?