nuxt-modules / device

Nuxt module for detecting device type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐞 `useDevice` composable doesn't return reactive value

jd-solanki opened this issue · comments

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

the same issue(

Closing as this module does not take viewport width into account and relies solely on the user-agent header. Read more in #176 (comment).