Hi, Does anyone can confirm that Titanium.App.accessibilityEnabled is working fine on iOS Simulator? I tested this code
if (Titanium.App.accessibilityEnabled) Ti.API.log('Enabled'); else Ti.API.log('Disabled');Then i enabled / disabled the accessibility mode in the Simulator, but in Log it show Disabled all times!
Thanks for your help.