dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

Cannot return to the original page on My Recipes tab #25853

Open ninachen03 opened 1 week ago

ninachen03 commented 1 week ago

Description

On second picture or the third picture (not first one picture) on edit page, when you click back button, it jumps to the first picture.

Steps to Reproduce

  1. Deploy https://github.com/rachelkang/recipeSearch to iOS simulator on the VS Code for Mac.
  2. Click on the My Recipes button.
  3. Scroll the page horizontally, Scroll to the second picture or the third picture EG: Salmon Bake
  4. Click on Salmon Bake picture navigate to edit page, then Click the Back button.
  5. Observe that when you return to the page, it jumps to the first picture.

Actual results: When you return to the page, it jumps to the first picture Image Expected results: Return to the almon Bake page

Link to public reproduction project repository

https://github.com/rachelkang/recipeSearch

Version with bug

9.0.10-ci.net9.24563.3

Is this a regression from previous behavior?

Not a regression, this issue also repro on9.0.9 & 8.0.3

Affected platforms

iOS