duskload / react-device-detect

Detect device, and render view according to detected device type.
MIT License
2.82k stars 154 forks source link

isPWA? #201

Open MrRobotjs opened 1 year ago

MrRobotjs commented 1 year ago
  1. Feature description: isPWA?
  2. What do you suggest: Check for 'standalone' in window.navigator
  3. Any additional info (links, screenshots, descriptions etc): This is helpful for developers that want to add a native like bottom navigation menu but would be disabled for browsers on mobile since browser are unpredictable with their search bars (iOS bottom, Chrome top).
lipis commented 1 year ago

Yes please!

hovgrig commented 1 year ago

Need this as well.