Kalyan Pidugu

Results 12 comments of Kalyan Pidugu

Facing similar issue with external keyboard "Enter" button. Entry always focusing the first element when I tap on Enter button on external keyboard

in onmeasure() use int height = getDefaultSize(getSuggestedMinimumHeight(), heightMeasureSpec); int width = getDefaultSize(getSuggestedMinimumWidth(), widthMeasureSpec); instead of width = getWidth(); // Get View Width height = getHeight();// Get View Height

https://github.com/dotnet/maui/issues/11881 https://github.com/dotnet/maui/issues/18854 https://github.com/dotnet/maui/issues/19062 https://github.com/dotnet/maui/issues/19032 https://github.com/dotnet/maui/issues/15681 This issues are related same, when we click outside of entry, it is not unfocusing and event also not firing, Still MAUI team not fixing...

Still same with "1.8.0" version. Any progress ?

@awalker-dsg any workaround for this. I am facing issue while added nuget in ProjectA. And in ProjectB I referenced the nugets. getting build error. While in .NET 7.0 no error...

@PureWeen @ninachen03 Here is GitHub link for reproduce issue in Maui https://github.com/letscodewithkalyan/MauiStackLayoutIssue

@samhouts @PureWeen Can you check below repo for issue reproduction and reopen the issue and provide any workaround. https://github.com/letscodewithkalyan/MauiStackLayoutIssue

@mebjas could you please provide roadmap for this. We need to use this in Maui/Xamarin app. As Xamarin providing bindings for only stable versions https://github.com/xamarin/AndroidX/issues/1028