i'm making a personal application using Xamarin Forms to register words in my own language (spanish) with the traducction in Hiragana, Katakana or Kanji.
Then i have fields (entrys) to write the text in each type but i want to write the text without needing to change my input keyboard when i'm introducing the text.
I have been searching but i only found a way using IMEMode in Windows Forms (not working in Xamaring Forms) and other replacing text directly from a character database.
Are there any library, NuGet Package, xalm attribute or something to change the character mode in entry object in Xamarin Forms to Hiragana/Katakana/Kanji?
Thanks.
Marcos.