Hello,
We are writing a HIPAA compliant app that allows users to enter text. We need to disable the Siri Dictation button on the keyboard of our UITextFields and UITextViews in the event that the user has enabled this feature in their keyboard settings.
Is there an easy way to do this? Do we need to write our own keyboard UI? Is there an easy way to copy the existing keyboard UI and remove the button?
Thanks,
Sean