css check if mobile

Solutions on MaxInterview for css check if mobile by the best coders in the world

showing results for - "css check if mobile"
Edwardo
19 Oct 2020
1@media (pointer:none), (pointer:coarse) {
2}
3
Cristina
21 Mar 2017
1@media only screen and (max-device-width: 480px){
2 /* in mobile css commands */ 
3}