1. 24 5月, 2017 2 次提交
    • M
      Use children's labels if element doesn't have one (#3709) · 6187779e
      Michael Goderbauer 提交于
      Android seems to do this by default. This way, if you select a table cell it will read the content of that cell.
      6187779e
    • M
      Fix crash in iOS accessibility (#3706) · 69b75b58
      Michael Goderbauer 提交于
      * Fix crash in iOS accessbility
      
      Previously, whenever an action would remove the focused element from the screen the app would crash. This change tells iOS to focus the first on-screen element after every change to the semantics tree. This avoids the crash.
      
      In a future iteration, we should tell iOS which element it needs to focus by looking at the sematnics tree (instead of leaving it up to the iOS).
      
      * Better handle the case were the focused element stays on the screen
      
      * review comments
      69b75b58
  2. 23 5月, 2017 3 次提交
  3. 20 5月, 2017 3 次提交
    • C
      Update iOS HapticFeedback.vibrate implementation (#3702) · 5a7e862c
      Chris Bracken 提交于
      Use AudioServicesPlaySystemSound instead of AudioServicesPlayAlertSound.
      This avoids the potential of a system beep on devices without support
      for haptic feedback.
      5a7e862c
    • M
      AX fixes for scrolling on iOS (#3701) · dac08413
      Michael Goderbauer 提交于
      Scrollable elements can now be scrolled in accessibility mode and they scroll in the right direction.
      
      Note: App crashes right after scroll finishes (that's a separate problem as the app currently crashes after every action performed in accessibility mode).
      dac08413
    • M
      AX fixes for iOS (#3700) · 9db5ebee
      Michael Goderbauer 提交于
      * AX fixes for iOS
      
      With this, the accessibility frame (for VoiceOver, etc.) is drawn at the right position around a widget.
      
      * review comments
      9db5ebee
  4. 18 5月, 2017 4 次提交
  5. 17 5月, 2017 2 次提交
  6. 16 5月, 2017 3 次提交
  7. 14 5月, 2017 1 次提交
  8. 13 5月, 2017 2 次提交
  9. 12 5月, 2017 2 次提交
  10. 11 5月, 2017 10 次提交
  11. 10 5月, 2017 8 次提交