English
Appearance
Determine whether the code is running in a mobile browser environment.
mobile
import { inMobile } from 'rattail' inMobile() // return true if in mobile browser, false otherwise
boolean