Next.js Discord

Discord Forum

Is there any way to check if User is on Mobile?

Answered
Giant panda posted this in #help-forum
Open in Discord
Giant pandaOP
.
Answered by Ray
check the 'user-agent' header
View full answer

5 Replies

Giant pandaOP
When user is Mobile i can make something not to display or display specially for mobile
Whats the best way i can do that
@Giant panda Whats the best way i can do that
check the 'user-agent' header
Answer
then use something like this https://github.com/hgoebl/mobile-detect.js verify it
Giant pandaOP
Thanks 👍