Search Issue Tracker
Fixed in 4.5.2
Votes
0
Found in
4.3.4f1
Issue ID
609903
Regression
No
The VoiceOver Accessibility overrides touch functionality
To reproduce:
1) download and open project
2) enable VoiceOver on device
3) build and run for iOS
4) notice the behaviour is off (most cases can be seen in the video that the user attached)
WORKAROUND:
As of Unity 4.5 the issue can be fixed by adding the following:
self.isAccessibilityElement = TRUE;
self.accessibilityTraits = UIAccessibilityTraitAllowsDirectInteraction;
to Classes/UI/UnityView.mm in UnityView initWithFrame function. The fix for 4.3 is similar.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
Add comment