TJ Lambert

Results 103 comments of TJ Lambert

Did some digging into this issue but was not able to find the solution yet. ### The Process Inside `src/Controls/src/Core/Handlers/Items/iOS/StructuredItemsViewController.cs`, we can follow the process from when the CollectionView header...

@PureWeen @mattleibow @mandel-macaque This one should be good now!

Looks these were both fixed by https://github.com/dotnet/maui/pull/11200 as @mostafagamal68 mentioned! From running the sample project inside main of Maui, I get the below recordings. @jsuarezruiz can you approve? https://user-images.githubusercontent.com/50846373/228677154-a47861db-cd82-45bd-85c8-ae416afc9004.mov https://user-images.githubusercontent.com/50846373/228677161-43613ab7-b1a8-4968-8d04-17ccdddcc6d3.mov

Looking into this one. Something I do notice is that when the hardware keyboard is connected to the iPad, the soft keyboard's tab button no longer changes the entry either....

It also seems that the `Full Keyboard Access` setting affects how the hardware keyboard navigation works when enabled: https://www.idownloadblog.com/2020/03/13/ipad-keyboard-navigation-tutorial/. I will keep looking to see if there is a way...

In an xcode project, the tab key on an external keyboard on iPad with Full Keyboard Access turned off causes the next entry to be focused so this seems to...

Can also confirm that this works fine in Xamarin Forms with and without the Full Keyboard Access turned on.

Okay, we were able to identify the issue! The problem seems to lie with the window.VisualDiagnosticsOverlay blocking the tab button with the hardware keyboard on iPad as shown in the...

@rolfbjarne I am a little confused about this. When I use "compile include" for the .resx and designer file, I get errors like this: `Error NETSDK1022: Duplicate 'Compile' items were...