Canvas not scrollable on mobile
Posted: Tue Jun 28, 2016 2:46 pm
I tested chart on mobile phone using IOS and Android device and discovered one issue:
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
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;