Tie navigation after row Deletion in a Detail View to Slideshow feature.

Consider this scenario,  a user is viewing a list of rows in a Table view.  Selects a row to view in the Detail View and then decide to delete this row

Currently, when a row is deleted while in the Detail View, the app navigation will send the user to the next row in the list - even if Slideshow mode is OFF.  If it is the last visible row, the user is sent back to the Parent View.

I don't believe that this should be the default behavior.  The Slideshow mode should control this for viewing as well as Delete.  So, if the Slideshow is OFF, and a row is Deleted in the Detail View, app navigation returns to the Parent View - the Table view in this case.

If Slideshow mode is ON, THEN the app performs as it currently does - upon Delete, user is taken to next row in Detail View. 

 

Status Open
4 2 142
2 Comments
dbaum
Gold 4
Gold 4

@WillowMobileSys wrote:

Currently, when a row is deleted while in the Detail View, the app navigation will send the user to the next row in the list - even if Slideshow mode is OFF.


Definitely suboptimal--potentially even unintentional and a bug.

Fabian_Weller
Gold 1
Gold 1

Thank you very much @WillowMobileSys for raising this up. I always found it confusing to land in another detail view after deleting a row.