I've been on the hunt, but haven't had any luck finding a solution. I'm currently working on a three.js WebGL VR experience and I want to restrict access to VR headsets only, excluding mobile phones.
Right now, the only thing I can detect is if the device is VR capable, but many mobile devices are, and I specifically do not want them to have VR access. Any ideas on how to make this happen? Your help would be greatly appreciated!