Type | Boolean |
Library | device.* |
Keywords | device, simulator |
See also | Sample code |
This property indicates whether the device running the application is the Corona Simulator.
local device = require 'plugin.device'
print( device.isSimulator )
Type | Boolean |
Library | device.* |
Keywords | device, simulator |
See also | Sample code |
This property indicates whether the device running the application is the Corona Simulator.
local device = require 'plugin.device'
print( device.isSimulator )