This basic info can help you detect what kind of system a user is on.
<?php $info = Session::uagent_no_version(); ?>
Returns something like
Mozilla (Windows NT 10.0; Win64; x64) AppleWebKit (KHTML, like Gecko) Chrome Safari
on Windows 10 Chrome 64 Bit
Browser types have become more muddled as they share many components.