device icon indicating copy to clipboard operation
device copied to clipboard

Nuxt module for detecting device type.

Results 80 device issues
Sort by recently updated
recently updated
newest added

- No breaking changes. - Override results from user-agent by client hints result only if enabled client hints feature.

enhancement
3.x

As google have announced that they are going to deprecate UA(User Agent) Strings and they will replace it with Client Hints. So are you going to add support for Client...

enhancement
3.x

navigator.useragent information will be freezed. Could you will support client hints ? refer to, - https://web.dev/i18n/en/user-agent-client-hints/ - https://medium.com/naver-fe-platform/prepare-for-client-hints-freezing-user-agent-9c0ea1ddd02c

If I put `ssr: false` in nuxt config, it's generate fine. If I do not place `ssr: false`, it's failed. Seems like problem in this line: `userAgent = this.ctx.req.headers["user-agent"]`. What...

2.x
pending triage

Hi and thanks for your work on this module 👋 This is more like a `question` so I hope you have tips on how to solve this. I found a...

Hi! Whatever the browser, it returns FALSE: ``` { "userAgent": "", "isMobile": false, "isMobileOrTablet": false, "isTablet": false, "isDesktop": true, "isIos": false, "isAndroid": false, "isWindows": false, "isMacOS": false, "isDesktopOrTablet": true, "isSafari":...

On latest ios(13+) Safari, it detects iPad as a desktop. Works properly on chrome and other mobil devices. Could you take a look at this issue?

Perhaps I misunderstood what refreshOnResize does, but it seems that it just populates the flags again, only taking into account the user agent. The user agent does not change when...

Hello. Is there a way to check if it is a Huawei device? Thanks

If I add a custom flag, in my case device orientation, it is not reactive within the components. Do you think that there is an easy way to extend the...

3.x
pending triage