I'm developing an application for W10 Mobile (UWP) in Xamarin forms, the case is that I am using the telephone keypad when a specific entry has the focus, the problem is that at the top of the keyboard appears the Voice detection command I am not interested in having it, after searching in the official documentation and other forums have not found anything about this topic , if anyone knows how to hide this command would be useful. Thank you.
My entry:
var entry = new Entry { Keyboard = Keyboard.Telephone };
Image command voice:
Documentation Choose a keyboard for an Entry: https://developer.xamarin.com/recipes/cross-platform/xamarin-forms/controls/choose-keyboard-for-entry/