Problem: figure out if browser is tablet
Pure JS solution: mobile - How to detect device type using javascript - Stack Overflow
It uses navigator.userAgent
This appears to be the same object as Navigator - Web APIs | MDN
Is there anyway to retrieve this via stdweb ?