How to show the user has “grabbed†an element?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
2
down vote
favorite
I'm working on a mobile drag and drop feature, where users can rearrange the order of list items by dragging and dropping them in a new place in the list.
So far the flow is as follows: the user makes a long tap on an item in the list to grab it, the user then drags that item to a new place in the list and drops it there to confirm.
My question is:
What kind of visual feedback can I use to show that the user has the item "grabbed" after the long tap?
This is important to show the user that they are now in drag and drop mode and can start dragging the item.
mobile drag-n-drop ordering gestures
add a comment |Â
up vote
2
down vote
favorite
I'm working on a mobile drag and drop feature, where users can rearrange the order of list items by dragging and dropping them in a new place in the list.
So far the flow is as follows: the user makes a long tap on an item in the list to grab it, the user then drags that item to a new place in the list and drops it there to confirm.
My question is:
What kind of visual feedback can I use to show that the user has the item "grabbed" after the long tap?
This is important to show the user that they are now in drag and drop mode and can start dragging the item.
mobile drag-n-drop ordering gestures
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm working on a mobile drag and drop feature, where users can rearrange the order of list items by dragging and dropping them in a new place in the list.
So far the flow is as follows: the user makes a long tap on an item in the list to grab it, the user then drags that item to a new place in the list and drops it there to confirm.
My question is:
What kind of visual feedback can I use to show that the user has the item "grabbed" after the long tap?
This is important to show the user that they are now in drag and drop mode and can start dragging the item.
mobile drag-n-drop ordering gestures
I'm working on a mobile drag and drop feature, where users can rearrange the order of list items by dragging and dropping them in a new place in the list.
So far the flow is as follows: the user makes a long tap on an item in the list to grab it, the user then drags that item to a new place in the list and drops it there to confirm.
My question is:
What kind of visual feedback can I use to show that the user has the item "grabbed" after the long tap?
This is important to show the user that they are now in drag and drop mode and can start dragging the item.
mobile drag-n-drop ordering gestures
mobile drag-n-drop ordering gestures
asked 4 hours ago


RobbyReindeer
4,1341740
4,1341740
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
Add a drop shadow to the element so it appears pinned to the finger.
Left: Material Design Components > Lists > Behavior
Right: Apple Human Interface Guidelines > iOS > User Interaction > Drag and Drop
Apple's HIG specifically mentions the ‘rising’ action:
Touching and holding selected content makes it appear to rise and adhere to the user's finger.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
Add a drop shadow to the element so it appears pinned to the finger.
Left: Material Design Components > Lists > Behavior
Right: Apple Human Interface Guidelines > iOS > User Interaction > Drag and Drop
Apple's HIG specifically mentions the ‘rising’ action:
Touching and holding selected content makes it appear to rise and adhere to the user's finger.
add a comment |Â
up vote
3
down vote
Add a drop shadow to the element so it appears pinned to the finger.
Left: Material Design Components > Lists > Behavior
Right: Apple Human Interface Guidelines > iOS > User Interaction > Drag and Drop
Apple's HIG specifically mentions the ‘rising’ action:
Touching and holding selected content makes it appear to rise and adhere to the user's finger.
add a comment |Â
up vote
3
down vote
up vote
3
down vote
Add a drop shadow to the element so it appears pinned to the finger.
Left: Material Design Components > Lists > Behavior
Right: Apple Human Interface Guidelines > iOS > User Interaction > Drag and Drop
Apple's HIG specifically mentions the ‘rising’ action:
Touching and holding selected content makes it appear to rise and adhere to the user's finger.
Add a drop shadow to the element so it appears pinned to the finger.
Left: Material Design Components > Lists > Behavior
Right: Apple Human Interface Guidelines > iOS > User Interaction > Drag and Drop
Apple's HIG specifically mentions the ‘rising’ action:
Touching and holding selected content makes it appear to rise and adhere to the user's finger.
answered 3 hours ago


grg
3921313
3921313
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fux.stackexchange.com%2fquestions%2f121681%2fhow-to-show-the-user-has-grabbed-an-element%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password