oulan / iui

Automatically exported from code.google.com/p/iui
MIT License
0 stars 0 forks source link

Drag - reordering? #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
More of a feature request: 'twould be just so amazingly awesome if you
could drag-reorder your list, perhaps in some modal way like bookmarks in
iPhone Safari?

alternately, like this:

song  ->
 reorder ->
  up
  down
  top
  bottom
  position ->
    1
    2
    3
    4
    N

Original issue reported on code.google.com by anbaricf...@gmail.com on 14 Jul 2007 at 6:45

GoogleCodeExporter commented 9 years ago
Drag and drop isn't going to work on the iPhone.  As far as I know, there is no 
way to do this.

Original comment by alt...@gmail.com on 10 Aug 2007 at 3:06

GoogleCodeExporter commented 9 years ago
there may be a way to do it with a messy work around, using the double finder 
scroll (scrollwheel event)

Original comment by rclconce...@gmail.com on 6 Oct 2007 at 1:06

GoogleCodeExporter commented 9 years ago
It would be nice to be able to emulate the iPhone's native drag item UI, 
however, the only current technique that 
might work in Safari is the double-finger scrolling, which is quite messy at 
this time. Will probably wait for 
update to Safari before proceeding.

Original comment by christop...@gtempaccount.com on 9 Oct 2007 at 6:50

GoogleCodeExporter commented 9 years ago
It should be possible with WebKit's Gestures APIs, but then it will be iPhone 
only
and not compatible with Android.

Original comment by mock...@gmail.com on 6 Jun 2009 at 11:44

GoogleCodeExporter commented 9 years ago
How about Click-Click drop?
item1
item2
item3

Step 1
item1
item2 click item2 (select item2)
item3

Step 2
item1 click item1(drop item2 above item1) 
item2
item3

Step 3
item2
item1
item3

Second click will drop first click selection above second selection. List item 
needs 
a Click-Click drop handle. 

Original comment by Mr.C...@gmail.com on 3 Nov 2009 at 5:59