Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwipeView does not work correctly on iOS when opened programmatically #17204

Open
Heinz12 opened this issue Sep 5, 2023 · 3 comments
Open

SwipeView does not work correctly on iOS when opened programmatically #17204

Heinz12 opened this issue Sep 5, 2023 · 3 comments
Labels
area-controls-swipeview SwipeView migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Milestone

Comments

@Heinz12
Copy link

Heinz12 commented Sep 5, 2023

Description

MauiSwipeViewIssue

Steps to Reproduce

  1. Create new .NET Maui App
  2. Add a SwipeView with some content
  3. Add code to programmatically open the SwipeView
  4. Open the SwipeView with swipe gesture => SwipeView is displayed correctly
  5. Open the SwipeView programmatically with SwipeView.Open(...) => Problem occurs (only on iOS)

See picture in the description to see the problem

Link to public reproduction project repository

https://github.com/Heinz12/MauiIssueSwipeView

Version with bug

7.0.92

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

No

Relevant log output

No response

@Heinz12 Heinz12 added the t/bug Something isn't working label Sep 5, 2023
@samhouts samhouts added the migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert label Sep 5, 2023
@PureWeen PureWeen added area-controls-swipeview SwipeView platform/iOS 🍎 s/try-latest-version Please try to reproduce the potential issue on the latest public version labels Sep 6, 2023
@ghost
Copy link

ghost commented Sep 6, 2023

Hi @Heinz12. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version.

You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository.

This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@Heinz12
Copy link
Author

Heinz12 commented Sep 7, 2023

I tried with Microsoft Visual Studio Enterprise 2022 (64-bit) - Preview
Version 17.8.0 Preview 1.0. => still does not work
I also updated the TargetFramework to net80 => problem still exists

I updated my reproduction project (see https://github.com/Heinz12/MauiIssueSwipeView)

@ghost ghost removed the s/try-latest-version Please try to reproduce the potential issue on the latest public version label Sep 7, 2023
@XamlTest XamlTest added s/verified Verified / Reproducible Issue ready for Engineering Triage s/triaged Issue has been reviewed labels Sep 8, 2023
@XamlTest
Copy link
Collaborator

XamlTest commented Sep 8, 2023

Verified this on Visual Studio Enterprise 17.8.0 Preview 1.0 using below Project(.NET 8), this issue repro on iOS 16.4, not repro on Android 13.0-API33.
Repro project:
recipeSearch.zip

iOS 16.4:
image
Android:
image

@Eilon Eilon added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Nov 8, 2023
@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
@jsuarezruiz jsuarezruiz added this to the Backlog milestone Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-swipeview SwipeView migration-compatibility Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert platform/iOS 🍎 s/triaged Issue has been reviewed s/verified Verified / Reproducible Issue ready for Engineering Triage t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants