Is there any way to check if User is on Mobile?
Answered
Giant panda posted this in #help-forum
Giant pandaOP
.
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 ðŸ‘