You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the custom picker user taps to select the picture and long presses to open it.
In gallery apps, one taps to preview, and long-presses to select.
The current implementation is because multi-presses selection is hard to implement.
By "multi-presses selection" I mean long-press one or several pictures, then leaving some pictures unselected, then continue selecting later pictures, with the ability to drag in order to select many pictures without having to tap each of them individually:
screen-20240902-180325.mp4
Sub-tasks of this task, all to implement in the custom picker:
Make tap the action to preview a picture.
Make long-press the action to select a picture.
Implement multi-presses selections.
A pull request must implement 1&2&3, not only 1&2. That's because with only 1&2 the app would become less efficient to use. Thanks! :-)
The text was updated successfully, but these errors were encountered:
in the custom picker user taps to select the picture and long presses to open it.
In gallery apps, one taps to preview, and long-presses to select.
The current implementation is because multi-presses selection is hard to implement.
By "multi-presses selection" I mean long-press one or several pictures, then leaving some pictures unselected, then continue selecting later pictures, with the ability to drag in order to select many pictures without having to tap each of them individually:
screen-20240902-180325.mp4
Sub-tasks of this task, all to implement in the custom picker:
A pull request must implement 1&2&3, not only 1&2. That's because with only 1&2 the app would become less efficient to use. Thanks! :-)
The text was updated successfully, but these errors were encountered: