TJ Lambert
TJ Lambert
### Description of Change On iOS, pressing the next keyboard button should bring us into the first element of a ListView or TableView. However, in the logical ordering, ListView and...
The MCT popup code was originally [here](https://github.com/dotnet/maui/pull/17670), but moved to here so that the testing of the popup could be implemented without blocking the other parts of the PR. ###...
# Description of Change Note: recreating [this PR](https://github.com/dotnet/maui/pull/16201) from a branch not in my fork for sake of UITests Issue. ### Grid with Star Row Resizing When there is a...
## Description of Change On MAUI iOS, there are some issues with trying to create transparent and translucent UINavigationBars that were possible in Xamarin.Forms. With the changes in this PR,...
### Description of Change We have a bug in iOS when using an Entry's Next ReturnType. If the next 'available' entry/editor is not visible, we skip it and go on...
The changes in this PR are what caused https://github.com/xamarin/xamarin-macios/pull/19644 to happen. This will allow the OneLoc tool to monitor the src/Resources.resx file for current and future changes! Progress on this...
Right now, we use OneLoc for our localization, but the `src/Resources.resx` is still hooked up to our old method of XLIFF localization. To make sure the transition is smooth, I'll...
### Description of Change This PR enhances the ability for scrolling up and down a scrollview when the keyboard is up. Previously, [this PR](https://github.com/dotnet/maui/pull/20562) worked to adjust the insets but...
### Description of Change Small fix to tell the iOS KeyboardAutoManagerScroll that there is no need to scroll if the view in question is inside the Navigation Bar. https://github.com/dotnet/maui/assets/50846373/d4e135e9-e9b6-4611-a6af-6fe007d74af1 As...
### Description of Change This PR is a continuation of https://github.com/dotnet/maui/pull/20953. After a lot of discussion and testing, it seems the best solution to fix iOS buttons is to get...