logo SnippetVamp

php 103astuce 92fonctions 85css 62javascript 61html 51fichiers 30jquery 27securite 18texte 18bootstrap 14parser 13graphisme 12debug 11python 11responsive 8pluXML 7crossbrowser 5evenements 5ajax 4vanilla 4form 3auto_ 2conversion 2lib 2markdown 2mobile 2promise 2bash 1dothtaccess 1effets 1erreurs 1fallback 1filter 1mail 1social 1
SnippetVamp 3.1c - 2023 - GNU GPL - FAQ
#key - Mobile Device Detection - js

The following snippet will detect if the visitor is using a mobile device:
JS

const isMobile = /iPhone|iPad|iPod|Android|Opera Mini|BlackBerry|IEMobile|WPDesktop|Windows Phone|webOS|/i.test(navigator.userAgent);
if (isMobile) {
    console.log('Device is mobile');
}
			
astuce fonctions javascript crossbrowser
https://codeshack.io/21-javascript-code-snippets-beginners/
public - 01/11/2023 - Add to pack - texte seul - permalink