duskload / react-device-detect

Detect device, and render view according to detected device type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isBrowser returns false when accessing through mobile web browser

abhijith-astrum opened this issue · comments

  1. Bug description
    isBrowser does not detect mobile web browsers and returns false.

  2. Device user-agent
    Chrome for mobile

  3. Device/Browser type/name
    Moto G10/mobile web browser/Chrome

isBrowser is a confusing name. Better use isDeskop and isMobile instead.