xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

[Visual][Android] Entry requires 2 taps to launch keyboard #4739

Closed davidortinau closed 5 years ago

davidortinau commented 5 years ago

Description

On first tap the placeholder moves, and on second tap the keyboard appears.

https://www.screencast.com/t/aEGPnAwYAWy

The keyboard immediately appears when the Entry already has a value and is in that UI state.

iOS does not have this problem.

Basic Information

Reproduction Link

https://github.com/PureWeen/VisualTesting

PureWeen commented 5 years ago

This will be fixed with next update of visual packages

The padding hack to fix Android's lack of Placeholder centering was causing the keyboard not to show on first tap