xamarin/Xamarin.Forms

[Feedback] xamarin.forms imeoptions in xaml not working

Offen

#4.064 geöffnet am 11.10.2018

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (1.926 Forks)batch import
e/2 :clock2:feedback-ticketgood first issuehelp wantedinactivep/Androidt/bug :bug:up-for-grabs

Repository-Metriken

Stars
 (5.644 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

the android ImeOptions is set to Send. When you go that page on your android device and don't select anything else in the picker, setting the focus in the entrybox should give the send button, but it doesn't. Also if I try to set it in code behind in the constructor or OnAppearing() with entry.On<Android>().SetImeOptions(ImeFlags.Send);

it does not work. When you put a button on the page and put this code in the Clicked event it does work.

Tried it on android 7.0 and 7.1.2 View on Developer Community To find diagnostic information, see the original linked feedback ticket.

Source

702658

Contributor Guide