Gets whether the current client is a mobile device.
boolean that is true if the client is an ios/android device.
if(osrs.isMobile()) then osrs.print("This platform is a mobile.")else osrs.print("This platform is not a mobile.")end Copy
if(osrs.isMobile()) then osrs.print("This platform is a mobile.")else osrs.print("This platform is not a mobile.")end
Gets whether the current client is a mobile device.