DavidHDev / react-haiku

A clean & lightweight collection of React Hooks & Utilities!
https://reacthaiku.dev/
Other
250 stars 54 forks source link

feat/19 -Adds useDeviceOSHook #35

Closed hmza98 closed 1 year ago

hmza98 commented 1 year ago

This pr adds useDeviceOS hook.

  1. It uses the browser navigator.userAgentData to find the user os.
  2. If also detects the OS of the mobile emulators used in the browsers.

    In the case of a very special/new OS, it uses string manipulation to get OS out of userAgent