Commit Graph

7 Commits

Author SHA1 Message Date
Michael Jordan 3fa548ec84 Remove cordova.define() wrapper
Per https://github.com/phonegap/phonegap-mobile-accessibility/pull/2#issuecomment-32664736, remove the cordova.define wrapper so that the plugin will install correctly with Plugman
2014-01-21 18:34:55 -05:00
Shazron Abdullah 36024c948a Merge pull request #2 from majornista/master
Detect and receive notification of more iOS accessibility features
2014-01-17 15:30:07 -08:00
Michael Jordan 2643674b7f Detect and receive notification of more iOS accessibility features
Adds following methods for detecting iOS accessibility features:
MobileAccessibility.isGuidedAccessEnabled()
MobileAccessibility.isInvertColorsEnabled()
MobileAccessibility.isGuidedAccessEnabled()
MobileAccessibility.isInvertColorsEnabled()
MobileAccessibility.isMonoAudioEnabled()

Adds corresponding window events to subscribe to notifications of
accessibility feature status updates:
“guidedaccessstatusdidchange”,
"invertcolorsstatusdidchange”,
"monoaudiostatusdidchange"

Adds following method for posting a notification as a string to be
announced by VoiceOver:
MobileAccessibility.postAnnouncementNotification()
2014-01-17 16:48:22 -05:00
Shazron Abdullah 23775d23d7 Merge pull request #1 from majornista/master
Implement isVoiceOverRunning and isClosedCaptioningEnabled methods for iOS
2013-12-02 15:57:52 -08:00
Michael Jordan 97dd76c7df Implement isVoiceOverRunning and isClosedCaptioningEnabled methods for iOS
Also implement VoiceOverStatusChanged and
ClosedCaptioningStatusDidChange notifications
2013-12-02 18:43:59 -05:00
Shazron Abdullah 883d41449e Initial commit of the plugin.
Stubs for iOS and the .js.
2013-10-07 13:22:23 -07:00
Shazron Abdullah 6f370b9883 Initial commit 2013-10-07 13:09:43 -07:00