Javascript ile mobil olup olmadığını tespit edebilirsiniz.


if(isMobile.any())
{
//mobilse
}
else
{
//mobil değilse
}