Canvas not scrollable on mobile

TeeChart for JavaScript for the HTML5 Canvas
Post Reply
SenSeo
Newbie
Newbie
Posts: 71
Joined: Wed Mar 09, 2016 12:00 am

Canvas not scrollable on mobile

Post by SenSeo » 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

Code: Select all

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


Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Canvas not scrollable on mobile

Post by Yeray » Wed Jun 29, 2016 9:39 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply