I know that it is possible to use swipe selection on Metro elements such as ListView, but is there any way to use it on a standard HTML button (<insert type="button">)?
The button doesn't have that as standard behavior, but you could rig it up by using the GestureRecognizer to recognize the swipe and then push the button.