I want to create a mobile first point and direction interaction.

The user experience I am after is that if the 
1) user touches the device screen and lift his finger it registers a 
coordinate where he touches.
2) user touches the device screen and hold his finger and start moving it, 
it should mark the coordinate that he initial touched and as soon as his 
finger is x pixel away from the coordinate it start moving the registered 
coordinate. The idea is that if he his moving the feature under his finger 
he really cant see where he is placing, so we delay the movement until the 
coordinate is visible.

When a coordinate is registered, the same is done for the direction as a 
second coordinate.

Where would be the best starting point for such gesture? Interaction or 
just using map.on("") events for click/pointer?

-- 
You received this message because you are subscribed to the Google Groups "OL3 
Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/ol3-dev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ol3-dev/4ac80e57-9441-41d4-8eb0-3ca0ebf390db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to