chronotruck / FlagPhoneNumber

A formatted phone number UITextField with country flag picker.
Apache License 2.0
437 stars 317 forks source link

Voiceover accessibility issue #158

Open ghost opened 4 years ago

ghost commented 4 years ago

When I am navigating with voiceover, it is reading both countryCode and countyflag. I think it is not good for accessibility. Do you know how can i achieve countryflag? If i can reach it from viewcontroller, i can change its isAccessibilityElement to false.

Thanks