I'm trying to detect when the user uses a mobile device on my application.
Usually, we will detect by using a user-agent or touchable screen, but chrome mobile mode in the dev tools changes both of those.
Do you have any idea how can i detect mobile or desktop and not get cheated by chrome dev tools?