TJ Lambert

Results 48 issues of 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...

platform/iOS 🍎
area/controls 🎮
area/ListView
control-entry

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. ###...

platform/iOS 🍎
area/controls 🎮
control-entry
area/keyboard

# 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...

platform/iOS 🍎
partner/cat 😻
area/controls 🎮
control-entry
area/keyboard

## 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,...

area/navigation 🧭
platform/iOS 🍎
area/shell 🐢
partner/cat 😻
stale

### 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...

platform/iOS 🍎
area/a11y
area/controls 🎮
control-entry
area/keyboard

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...

Localization

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...

Localization

### 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...

platform/iOS 🍎
area-controls-entry
area-controls-scrollview

### 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...

platform/iOS 🍎
area/shell 🐢
area/keyboard

### 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...

platform/iOS 🍎
partner/cat 😻
area/controls 🎮
control-button