Is there anyway on iOS devices, to know if the device has a camera? I’d like to hide a toolbar button if a camera doesn’t exist.
Thanks, [import]uid: 4899 topic_id: 1746 reply_id: 301746[/import]
Is there anyway on iOS devices, to know if the device has a camera? I’d like to hide a toolbar button if a camera doesn’t exist.
Thanks, [import]uid: 4899 topic_id: 1746 reply_id: 301746[/import]
You could use system.getInfo() to determine the device type/model and use a lookup table of features. There is no direct API call to return the features of a device.
-Tom [import]uid: 7559 topic_id: 1746 reply_id: 5185[/import]