Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 558 Bytes

is_iPad.markdown

File metadata and controls

22 lines (14 loc) · 558 Bytes

device.is_iPad

 
Type Boolean
Library device.*
Keywords device, iPad
See also Sample code

Overview

This property indicates whether the device running the application is an iPad.

Example

local device = require 'plugin.device'

print( device.is_iPad )