I am making an app with panoramic view where the user can select a color hue, saturation and value from a color wheel and SV graph like this: https://i.stack.imgur.com/wFwcL.jpg https://i.stack.imgur.com/FJgbm.jpg
The user can either tap or drag a pointer across the square, coordinates determine the values. But when they drag(mousemove), the app will also slide to the next screen.
Is there a way I can disable the slide to next page if the sliding is done within the graph? It should function normally outside the graph area. Something like a disable panoramic slide function that can be implemented within the graphs mousemove event handler?
Putting the hue wheel and SV-graph on separate pages will dramatically reduce the combined dynamic functionality of the two so I'd prefer them to be on one panoramic page.