Skip to main content
1 vote
0 answers
636 views

Getting hydration issue in mobile responsive view once I refresh the page, it works fine on desktop view but as soon as I check in mobile view and refresh it this appears. I'm using Nextjs 14.1.0(SSG) ...
Nikita's user avatar
  • 134
0 votes
0 answers
370 views

I'm developing a Flutter application and I need to detect whether the device running the app has a notch or not. Is there a reliable way to determine the presence of a notch programmatically in ...
Ali Awan's user avatar
1 vote
0 answers
45 views

How can a specific device be allowed to access and log in? I want my users to be able to log in only with the device they have already authenticated. Of course, I don't mean using session (non-...
Omid's user avatar
  • 11
0 votes
0 answers
502 views

i got this project a lil one i would like to use in my job, it would make thinks easier when i'm detecting if a printer is connected, what's the point of this? We have like 26 printers to print ...
José Timaure's user avatar
3 votes
0 answers
3k views

I know there are multiple questions asked like that but I have tried all of their solutions and none of them worked for me. Before now, we were using Spring-Mobile for detection of Device that is ...
Eatsam ul haq's user avatar
5 votes
2 answers
13k views

I am trying to integrate device-detector npm module in my application in order to detect the browser details. For that I am using this module npm i device-detector-js I have integrated as it is code ...
Digvijay Singh Thakur's user avatar
1 vote
0 answers
4k views

I'm using UserAgentData browser API to detect whether user has visited my page from mobile device or not. In browsers which supports it, it is quite simple and works well: const isMobile = window....
Furman's user avatar
  • 2,513
1 vote
1 answer
4k views

This error happens when using the isMobile property from the react-device-detect library for conditional rendering. To get to this error, I created a new next app using npx create-next-app, then ...
Drakalex's user avatar
  • 1,518
0 votes
1 answer
39 views

I am trying to identify iPad devices by using various methods in JS. As per the latest research on this, newer versions of iPad Pro behaving same as desktop versions(Same user agent). Since both iPad ...
Sibin Joy's user avatar
1 vote
0 answers
5k views

I am using react-device-detect package to detect whether the request is from a mobile or desktop device, it uses user agent of course to do that. In my NextJS project I want to use it on SSG pages. ...
Deepak Kamat's user avatar
  • 1,990
1 vote
1 answer
615 views

What happens if I create a file using vim in the /dev directory. How will the file be created as the /dev is not a standard file system. I can see a file being created but standard Kernel file ...
proudengineer's user avatar
0 votes
1 answer
1k views

what's up? I'm the last two days trying to use a library of DeviceIndentify, Agent. This is a library based on Mobile Detect, but for LARAVEL. I already read the README.md and searched about how to ...
Angelo Schuler Piletti's user avatar
1 vote
0 answers
52 views

I am looking at Xamarin UI test as a POC for a native Android and iOS app. Not used Xamarin before or C, so I am bluffing my way through at the moment. I have managed to get it running on the Android ...
Scott's user avatar
  • 11
-1 votes
1 answer
78 views

<script src="https://cdnjs.cloudflare.com/ajax/libs/UAParser.js/0.7.19/ua-parser.min.js"></script> <script> var ua = new UAParser(); var result = ua.getResult(); ...
HugoDiePugo's user avatar
2 votes
1 answer
4k views

I installed nuxtjs/device and in localhost it works well and I get what I wanted with ctx.isMobile. But I use nuxt generate and when I deploy my app. it doesnt work. So for this module to work must ...
user10877669498464651468548513's user avatar

15 30 50 per page
1
2 3 4 5
8