Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Styles must be applied using css media queries and nothing else. Any analysis of user agents is from the evil one.
This should be defined on the client side:
function isTouchDevice() {
try {
document.createEvent('TouchEvent');
return true;
}
catch(e) {
return false;
}
}
api.yandex.ru/detector/
The Yandex.Detector API provides the ability to determine the model and characteristics of a site user's mobile device using the headers of HTTP requests sent by the user's device browser
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question