Hi,
I am using the latest Syncfusion.Xamarin.SfAutoComplete version 19.3.0.44 and when I simply add
<xForms:SfAutoComplete />
to XAML file, then I can't write anything into it using my keyboard. I also tried on-screen keyboard, but no success too. I am able to put or delete a text using mouse right click to paste a text, but keyboard is not responding at all.
I tried to run the same code on physical Android tablet, and it was working well.
Any advice here?
Many thanks.
Ivo
Hi Suganya,
thank you for your response. Your sample app works well. I identified problem was causing part of the code in our application where we do catch event Windows.UI.Xaml.UIElement.PreviewKeyDown in uwp page renderer and we also set KeyRoutedEventArgs.Handled to true. When I remove this line, everything works well.
Thank you for your time and sorry I did not identified it before I created this thread.
Thanks.
Ivo