Skip to content

Conversation

@kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Jan 24, 2024

Description of Change

I implemented the ios:Slider.UpdateOnTap property in the same way it has been implemented in Xamarin Forms

Issues Fixed

Fixes #20098

Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-01-24.at.01.02.02.mp4

@kubaflo kubaflo requested a review from a team as a code owner January 24, 2024 00:04
@ghost ghost added the community ✨ Community Contribution label Jan 24, 2024
@ghost
Copy link

ghost commented Jan 24, 2024

Hey there @kubaflo! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@samhouts samhouts added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Jan 25, 2024
Copy link
Contributor

@jsuarezruiz jsuarezruiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kubaflo
Copy link
Contributor Author

kubaflo commented Jan 26, 2024

@jsuarezruiz sure I will do it later today

@kubaflo
Copy link
Contributor Author

kubaflo commented Jan 27, 2024

@Eilon Eilon added area-controls-slider Slider and removed legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor labels May 13, 2024
@kubaflo kubaflo force-pushed the ios-slider-UpdateOnTap branch from 640aaf4 to b842bc7 Compare June 1, 2024 16:52
@kubaflo kubaflo requested a review from PureWeen June 1, 2024 16:53
@PureWeen
Copy link
Member

PureWeen commented Jun 2, 2024

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

jsuarezruiz
jsuarezruiz previously approved these changes Jun 11, 2024
@Yves-Be
Copy link

Yves-Be commented Jun 19, 2024

This seems a bit wonky when using a centered Slider and a fixed width, I'm getting negative values that are being set.
<Slider Minimum="0" Maximum="100" WidthRequest="256" HeightRequest="64" HorizontalOptions="Center"/>

Perhaps something is still missing compared to Xamarin? tappedLocation.X now seems to be relative to the control frame already, so I don't think we need to subtract control.Frame.X

@kubaflo
Copy link
Contributor Author

kubaflo commented Jun 24, 2024

@Yves-Be you're absolutely right! Thank you yot pointing it out!

@kubaflo kubaflo self-assigned this Jun 24, 2024
@PureWeen
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@kubaflo kubaflo force-pushed the ios-slider-UpdateOnTap branch from 4175ce8 to 5a0e65a Compare August 31, 2024 23:44
@jingliancui

This comment was marked as off-topic.

@PureWeen
Copy link
Member

/rebase

@github-actions github-actions bot force-pushed the ios-slider-UpdateOnTap branch from 941a538 to 6caf573 Compare August 16, 2025 17:35
Copilot AI review requested due to automatic review settings August 16, 2025 17:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@PureWeen
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@PureWeen PureWeen modified the milestones: .NET 9 SR12, .NET 10 SR1 Sep 10, 2025
@PureWeen PureWeen modified the milestones: .NET 10 SR1, .NET 10.0 SR2 Nov 4, 2025
@jfversluis
Copy link
Member

/rebase

@jfversluis jfversluis force-pushed the ios-slider-UpdateOnTap branch from 729d081 to e972161 Compare November 26, 2025 14:54
@jfversluis jfversluis changed the base branch from main to inflight/current November 26, 2025 14:54
@jfversluis jfversluis merged commit fd81cdb into dotnet:inflight/current Nov 26, 2025
1 check passed
@github-project-automation github-project-automation bot moved this from Todo to Done in MAUI SDK Ongoing Nov 26, 2025
PureWeen pushed a commit that referenced this pull request Dec 3, 2025
Added a device test

Fixes

Fixed a memory leak

Don't interfere with other gestures
github-actions bot pushed a commit that referenced this pull request Dec 5, 2025
Added a device test

Fixes

Fixed a memory leak

Don't interfere with other gestures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

iOS-specific Slider.UpdateOnTab doesn't work