Quin Gillespie

Results 94 comments of Quin Gillespie

Really? Discord somehow managed it in their iOS app, on the settings tab. Not sure if they're using react native, but I thought so.

Make sure your rotor is set to actions. For me, that goes through activate, set status, and navigate to settings

Yeah, AVSpeechSynthesizer is prefered and should be used in all cases. I have some swift code around here demoing exactly how it works, provided by Oriol. ```swift import AVFoundation import...

The only issue with this is I think the app has to have focus for VoiceOver to speak. Honestly I haven't found any issues with the current implementation. Any errors...