Closed sk1llsh0t closed 1 month ago
I was able to come up with a solution to this issue. I created a pull request (https://github.com/FreakyAli/Maui.FreakyControls/pull/147). Please include in your next build. Thanks!
@sk1llsh0t Sure man thanks you are amazing!!!
Description
On Android 12 (device i'm currently testing with), Android automatically puts focus on the first field on the page. This happens before the page is fully loaded/visible which prevents the animation/positioning of the placeholder to title transition animation from happening. the title font is resized but it remains in the middle of the entry. Typing in the entry doesn't "reanimate" the title since it is supposed to already be at the top of the control.
Code
This code is place inside a contentview. EmployeeId automatically gets focus when app loads.
Expected Behavior
The title label should be placed above the entry field
Actual Behavior
The title remains over top of the entry field