when I try to swipe down with my finger over the canvas object, the screen doesn't scroll down. Is this an "issue" with the canvas object or teechart issue on mobile or something phaser specific?
Does anybody know a simple way to enable swiping? Is it done with touchmove?
Even I disabled zoom and scroll using below lines but no luck
Code: Select all
chart1.zoom.enabled = false;
chart1.scroll.enabled=false;