Page 1 of 1

Canvas not scrollable on mobile

Posted: Tue Jun 28, 2016 2:46 pm
by 15677821
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

Code: Select all

chart1.zoom.enabled = false;
                chart1.scroll.enabled=false;


Re: Canvas not scrollable on mobile

Posted: Wed Jun 29, 2016 9:39 am
by yeray
Hello,

I believe that's the same that was reported here:
http://bugs.teechart.net/show_bug.cgi?id=1355

Feel free to add your mail to the CC list to be automatically notified when an update arrives.