[iOS] CV1 & CV2 - Support for RTL#27653
Merged
jfversluis merged 3 commits intodotnet:inflight/currentfrom Sep 2, 2025
Merged
Conversation
Contributor
|
@kubaflo Are the videos in #27653 (comment) switched possibly? Looks like "Before" behaves better than "After". :) |
Contributor
Author
|
@MartyIX yeah, thanks for letting me know:) |
9f02b26 to
45b33af
Compare
Contributor
Author
|
Hi! @rmarinho what do you think? |
507164d to
2b81de6
Compare
Member
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
2b81de6 to
1fa53e0
Compare
Contributor
|
@kubaflo, This fix resolves the issue for CollectionView when using a DataTemplate. However, when using a static string as the ItemsSource, the flow direction is still not respected (see issue #29799 for reference). Also, could you update the template 'Fixes' section so that it links to the actual issue(#27711) instead of this pull request |
Contributor
Author
|
@HarishwaranVijayakumar I've added a commit that fixes it |
jfversluis
approved these changes
Sep 2, 2025
PureWeen
pushed a commit
that referenced
this pull request
Sep 8, 2025
Added a UITest Fix for default cells
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR hopefully fixes a bunch of legacy Xamarin bugs related to RTL in the Collection View
Issues Fixed
Fixes #29799
Fixes #27711
xamarin/Xamarin.Forms#12633
xamarin/Xamarin.Forms#14149
xamarin/Xamarin.Forms#13165
xamarin/Xamarin.Forms#8759
xamarin/Xamarin.Forms#8260
cv2-before.mp4
cv2-after.mp4
cv1-before.mp4
cv1-after.mp4