[iOS] Trigger OnNavigatedTo method when hide the nav bar and using swipe gesture#27186
Closed
kubaflo wants to merge 24 commits intodotnet:inflight/candidatefrom
Conversation
Member
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
jsuarezruiz
reviewed
Jan 17, 2025
Contributor
jsuarezruiz
left a comment
There was a problem hiding this comment.
Could you include a test?
kubaflo
commented
Jan 17, 2025
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue27143.cs
Outdated
Show resolved
Hide resolved
This comment was marked as off-topic.
This comment was marked as off-topic.
…Control (dotnet#27220) * fix code updated * updated failing ios ui test case images. * updated ui test images for mac and windows * resolving branch conflicts
…dotnet#27873) * Fixed Shadow not updated when Clipping a View with a shadow * FIxed shadow not updating with vlip * Updated code changes * Updated testcase image * Updated test case * updated test case image * Added pending snapshots
…ion - 15 (dotnet#27965) * enable the test case for all platforms * enable ScrollViewObjectDisposed.cs * updated the changes * modified * added the snapshot * added snapshot * modified changes * Update Issue17453.cs * modified Issue17453.cs
…ion - 19 (dotnet#28060) * Enable the product and Appium related Issues * Added snapshots * Updated Changes * Update Issue25193.cs
* Fixed Label Display on macOS and IOS When Padding is Applied * Optimized the fix * Added test case * Added Snapshot for android and iOS * Added snapshot for winUI and macOS, updated test sample
…s into device tests - 5 (dotnet#28193) * Test case added * Update LabelTests.iOS.cs * test case added * code changes * reverted changes * Update src/Controls/tests/DeviceTests/Elements/TemplatedView/TemplatedViewTests.Android.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * handler code change * conflict code changes * flow direction test * Revert "flow direction test" This reverts commit 1f5c535. * Reverted changes --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Anandhan Rajagopal <97146406+anandhan-rajagopal@users.noreply.github.com>
…dows (dotnet#28367) * Fixed Using CollectionView.EmptyView results in an Exception on Windows * Test case written and fix slightly modified * Test case modified * Snap added for android and iOS * Test case modified * snap removed * Test case modified * Removed curly braces * Test case modified
…s into device tests - 7 (dotnet#28409) * Enabled the Shell and ObservableItemsSource for device test * Updated CollectionViewTests.Android.cs * Addressed the feedback * Removed three test cases from the CollectionView test * Corrected the misspelled words
…net#28133) * Fixed Blank Screen on navigating back to Previous Page * Updated class naming * Updated test sample * Updated fix in ObservableGroupedSource * Added snapshots * Updated test file namespace * Added test case for CollectionView with grouped data
* Make IShape in MauiCALayer a WeakReference * Added DeviceTest --------- Co-authored-by: Rain336 <rain336@live.de>
…erly to the Tab Icon (dotnet#26757) * Tab icon color fix * Test sample changes * Added snapshots * Added details * Added Mac snapshots * Removed unwanted parameters and modified the test sample * Committed the proper mac snap * Removed the unwanted issue list comments * Addressed the review concerns --------- Co-authored-by: Ahamed-Ali <102580874+Ahamed-Ali@users.noreply.github.com>
Remove ShapeableImageView Padding immediately after it is set in its onMeasure method to avoid double padding (ContentPadding + Padding).
…able Issue14471 test which fails in CI randomly (dotnet#28540) * Improve stability for flaky test * Update Issue14471.cs * Don t allow pre release --------- Co-authored-by: HarishKumarSF4517 <harish.kumar@syncfusion.com> Co-authored-by: Rui Marinho <me@ruimarinho.net>
…ollMode when collection modified (dotnet#26608) * Added sample * Added test * Added UITest to validate Windows CarouselView scrolling behavior * Updated test * Updated test * More changes * Commit for 25991 * Commit for testcase changes * Update CarouselViewController2.cs * commit for unwanted changes * commit for unwanted changes * commit for testcase removal * commit for refactor * commit for method name change * Added sample * Added test * Added UITest to validate Windows CarouselView scrolling behavior * Updated test * Updated test * More changes * Fix the test * Update Issue25991.cs with minor fixes and additions * Fix Issue25991 test assertions and string format * Commit for testcase failure * commit for testcase changes * commit for testcase changes * Create ItemShouldbeScrolledbasedOnGroupHeader.png * Delete ItemShouldbeScrolledbasedOnGroupHeader.png * Add check for empty ItemsSource in CarouselViewController2. * Fix item addition logic in Issue25991 test * Update issue comments in Issue8964.cs --------- Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
… hovering over it. (dotnet#27147) * Fixed the Hovering issue of text and icon color in the DatePicker in windows. * Included the UI test sample and test case * Modified the test * Added Device Test --------- Co-authored-by: Javier Suárez <javiersuarezruiz@hotmail.com>
…otnet#28456) * Update PropertyPropagationExtensions.cs * Update PropertyPropagationExtensions.cs * Update PropertyPropagationExtensions.cs
Co-authored-by: Rui Marinho <me@ruimarinho.net>
* Resaved Image For RadioButtonUpdateValueInserBorder * updated test case code --------- Co-authored-by: praveenkumarkarunanithi <praveenkumar.karunanithi@syncfusion.com>
dfb5111 to
62adde2
Compare
* Support for Android * Added a UI Test
62adde2 to
b5356f7
Compare
jfversluis
reviewed
Mar 26, 2025
src/Controls/src/Core/Compatibility/Handlers/NavigationPage/iOS/NavigationRenderer.cs
Show resolved
Hide resolved
a9246ce to
5a4e1f1
Compare
Member
0622a37 to
06e8924
Compare
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.
Issues Fixed
Fixes #27143