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

Drag photos to sort order in slide show #21

Open
tedbarnett opened this issue Oct 3, 2023 · 1 comment
Open

Drag photos to sort order in slide show #21

tedbarnett opened this issue Oct 3, 2023 · 1 comment

Comments

@tedbarnett
Copy link
Owner

Users should be able to press-hold, then drag photos into a new position in the slide show. The slide show should always read from top left to right, then down each row (as a user would read text).

@prempratapsingh
Copy link
Collaborator

Added the desired drag and drop feature to the photos' grid view. Now slide show will follow the same order as set by user with drag and drop behaviour.

However, since the order is set temporarily in memory, the order is lost when the app is closed. Please suggest, if we need to retain the order of photos even after the app is closed. It would require saving the order on Firebase and thus would require additional work.

This is how the drag and drop works in the app,
https://drive.google.com/file/d/1NNATLZwbNGJIEoxrKgXbVB1xQ5i-bX_N/view?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants