Détection device
Détection mobile sous IOS
if (window.navigator.userAgent.match(/like Mac OS X/i)) {
}
Détection web app Full Screen
if (window.navigator.standalone) {
}
Détection mobile sous IOS
if (window.navigator.userAgent.match(/like Mac OS X/i)) {
}
Détection web app Full Screen
if (window.navigator.standalone) {
}