1

How to Access CustomText in Xamarin.forms? I'm trying to access narrator by referring https://learn.microsoft.com/en-us/learn/modules/narrator-and-voice-input/2-audio-descriptions-with-narrator. I'm facing difficulty in Accessing narrator Programmatically. If anyone know, kindly explain how to acccess narrator in Programmatically in xamarin.forms.

2
  • 1
    as with any platform native library, you should use DependencyService to access it from Forms shared code Commented Aug 23, 2021 at 15:18
  • Rasika I don't think I understood you completely. Since you added the tag of "Text to speech: you can use the "Text-to-speech" api from Xamarin.Essentials to access the speaking functionality learn.microsoft.com/en-us/xamarin/essentials/text-to-speech Apart from that, if you are looking at using the "Narrator", it is called "VoiceOver" in iOS, and "TalkBack" in Android. You cannot turn them on programmatically, you have to turn it on in your phone's settings Commented Aug 24, 2021 at 5:23

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.