In my Xamarin.Forms application I use KeyboardHelper to not show the keyboard on my Entry elements.
But when I give focus to an element, my screen "jumps". The problem is that the keyboard opens and then closes immediately.
Is it possible to make the keyboard not open at all?
In my Xamarin.Forms application I use KeyboardHelper to not show the keyboard on my Entry elements.
But when I give focus to an element, my screen "jumps". The problem is that the keyboard opens and then closes immediately.
Is it possible to make the keyboard not open at all?