mobileIsVoiceOverRunning

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileIsVoiceOverRunning
Synonymsiphoneisvoiceoverrunning
Summary

Returns true if Voice Over is turned on (iOS only)

Introduced6.7.1
OSios
Platformsmobile
Example
if mobileIsVoiceOverRunning() then
   answer "Voice Over is turned on"
end if
Description

Use the mobileIsVoiceOverRunning function if you need to know if Voice Over is turned on or not.