SimLeongChun
SimLeongChun
Hi, I've the same issue on Xamarin Forms after updated from 5.0.0.2012 to 5.0.0.2478. @NicolaZuc, you have any solution? I think is due to Xamarin.Google.Android.Material.
Hi NicolaZuc, I managed to solved it by removing Entry.Text = "" in OnFocus EventHandler. You may try it.
> @SimLeongChun I am also had issues when upgrading to 5.0.0.2478. We dont use any entry, we just catch key on OnKeyDown in MainActivity. Now it never returns new line...
> @SimLeongChun Barcode reader acts as keybourd and send barcode as char and when it end reads it sends new line char "\n". That new line is never trigered in...