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