Hi All,
I have a login view with a UserName & Password field and a Login Button.
While entering UserName & Password the keyboard opens and when i click login now, the click event is not getting called. Only the keyboard is getting hidden. Now when i click login it works.
Seems like, if the keyboard is open and a button is pressed, it takes it as a screen touch event and closes the keyboard, but doesn't call the click event.
This is happening after i upgraded to the latest version of Xamarin.
Please advise.
Thanks,
Manoj