Daniel Fang
Daniel Fang
This bug still exists in a different form. Since TextAlignment extension methods return `Label`, I get this error ``` Cannot implicitly convert type 'Microsoft.Maui.Controls.Label' to 'MyProject.CustomLabel'. An explicit conversion exists...
This issue persists. ETA on the fix?
ETA on this issue?
Any updates?
Same problem still
> @Arunachalam3641 if you toggle this property does it work? > > https://learn.microsoft.com/en-us/dotnet/maui/android/platform-specifics/soft-keyboard-input-mode?view=net-maui-8.0 Not making a difference.
@Arunachalam3641 @PureWeen I have resolved the problem for my project (on Android), the issue is different but i think might be related. I was using translationY to hide and show...
This seems to only happen when a debugger is attached?
> Any update or workaround for this issue? Running into the same problem. I guess a work around would be using ListView or using BindableLayout... I have given up using...
Just to add to the discussion. I made an animation extension for AbsoluteLayout a while ago, ``` using System; namespace meescan.Tools.AnimationExtensions { public static class LayoutBoundsToExtension { public static Task...