nuxt-modules / device

Nuxt module for detecting device type.
MIT License
886 stars 49 forks source link

🐞 `useDevice` composable doesn't return reactive value #170

Closed jd-solanki closed 1 month ago

jd-solanki commented 9 months ago

Even if we write refreshOnResize to true, useDevice composable doesn't return reactive value and doesn't change on window resize

elzodxon commented 8 months ago

the same issue(

serhii-chernenko commented 5 months ago

same

DamianGlowala commented 1 month ago

Closing as this module does not take viewport width into account and relies solely on the user-agent header. Read more in https://github.com/nuxt-modules/device/issues/176#issuecomment-2104091087.