Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

system.is.mobile()

krisdb2009 edited this page Mar 27, 2017 · 2 revisions

Details

This method will return a boolean defining whether or not the browser's host is a mobile device or not.

True: Device is mobile.
False: Device is not mobile.

Example

var mobile = system.is.mobile();

mobile //false


Webdows Documentation Wiki

system Object

explorer Object

Clone this wiki locally