AhsanAyaz / AhsanAyaz/ngx-device-detector
`orientation` is not reliably set
- Lenguaje dominante
- TypeScript
- Estrellas
- 559
- Forks
- 106
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Describe the bug**
The value for `orientation` is not reliably set. When testing a page with Browserstack for example, the orientation remains as `portrait` regardless of the actual device orientation.
**To Reproduce**
Steps to reproduce the behavior:
1. Add an event listener to the window `resize` event
2. Read and `console.log` the current value for `orienation`
3. Push the branch to test with Browserstack (or use Browserstack Local) for example
4. Open developer tools
5. The log will always say `portrait` regardless of the actual device orientation
**Expected behavior**
The value for `orientation` should reliably be set in correspondence with the actual device orientation.
**Screenshots**



**Desktop (please complete the following information):**
-> handheld devices only
**Smartphone (please complete the following information):**
- Device: iPhone14 Pro
- OS: iOS 16.3
- Browser: Safari
**Additional context**
Add any other context about the problem here.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.