It is simple to detect the smart device from navigator.userAgent
like navigator.userAgent.match(/iPhone/i) , navigator.userAgent.match(/Android/i), etc.
How do i get know that a request came from a system ( non smart device ) like from desktop, laptop,etc. using navigator.userAgent.