Hi all,
I wonder if there is a way to detect if a user is running our app on a Chromebook as an Android app? We want to test for this and then allow use of the keyboard if they are… is there something like the below that I can do (don’t have a Chromebook to test on at present and only want to buy one if what we want to do is possible)…
if (system.getInfo("platform") == "Android") and (system.getInfo("model") == "chromebook") then -- do some stuff end
Does anyone know if we can then detect input from the keyboard in the same way we can for Mac OSX or Windows?
Thanks in advance.
Ian