GitHub user acton393 opened a pull request:

    https://github.com/apache/incubator-weex/pull/869

    [WEEX-101][iOS] specify voice-over navigation order is column or vertical

    Consider an app that shows items in vertical columns. Normally, voiceOver 
would navigate through
    these items in horizontal rows. Setting the value of this property to YES 
on the parent element of the
    items in the vertical columns causes VoiceOver to respect the app’s 
grouping and navigate them.Andthe default of this property is NO.
    
    Bug:101

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/acton393/incubator-weex 
iOS-voice-over-navigation-order

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-weex/pull/869.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #869
    
----
commit 7f49963f80b63ce0ee2aff78c76e4bd20611b43f
Author: acton393 <zhangxing610...@gmail.com>
Date:   2017-11-15T12:56:47Z

    [WEEX-101][iOS] specify voice-over navigation order is column or vertical
    
    Consider an app that shows items in vertical columns. Normally, voiceOver 
would navigate through
    these items in horizontal rows. Setting the value of this property to YES 
on the parent element of the
    items in the vertical columns causes VoiceOver to respect the app’s 
grouping and navigate them.And
    the default of this property is NO.
    
    Bug:101

----


---

Reply via email to