c# - Customizing Metro App Touch Functionality -


i customize touch-based functionality of windows 8 metro app such in flip view, 1 can not swipe left right 1 finger 2 fingers while keeping zoom functionality (currently, zooming enabled, 2 fingers causes image shrink or grow in size rather go next or previous item). is, of code controlling touch behavior seems abstracted framework; there way can go accomplishing fine-tuning?

i can't reproduce entire app in machine can advice go through gestures in windows 8.

add event swipe gesture , if require(if id not zoomed before swiping) change selected index of flip view accordingly.

gestures in windows store app

note: in worst case if swipe gestures takes zoom, please debug , see if can recognize right left gesture or left right , change flip view selected index


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -