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