Skip to content

Releases: phonegap/phonegap-mobile-accessibility

Plugin version before core plugin rename.

20 Apr 17:54
Compare
Choose a tag to compare
[Android] Stop speaking current announcement before announcing someth…

…ing else.

TalkBack announces successive AccessibilityEvent.TYPE_ANNOUNCEMENT
events by adding rather than flushing the queue.

With Android’s migration away from using ChromeVox for WebViews, this
became more noticeable.

Adding AccessibilityManager.interrupt() before the announcement stops
any speech that may be in progress, before making an announcement.