Flickering on IOS
Flickering on IOS
Then you select a series on IOS the chart is flickering.
Is it possible to avoid this?
Jørgen
Is it possible to avoid this?
Jørgen
Re: Flickering on IOS
Hi Jørgen,
Are you reproducing this in any of the examples of the demo?
Maybe in the testing example I posted here?
Are you reproducing this in any of the examples of the demo?
Maybe in the testing example I posted here?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Flickering on IOS
This sample flickers:
http://www.steema.com/files/public/teec ... g/test.htm
not always, try to click on the series in the legend.
Jørgen
http://www.steema.com/files/public/teec ... g/test.htm
not always, try to click on the series in the legend.
Jørgen
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Flickering on IOS
Hi Jørgen,
Some enhancements have been done to TeeChart.js and we are not able to reproduce this issue here now. I'll send you the current version, can you please check if it solves the problem for you?
Thanks in advance.
Some enhancements have been done to TeeChart.js and we are not able to reproduce this issue here now. I'll send you the current version, can you please check if it solves the problem for you?
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Flickering on IOS
Now it doesn't flicker but it is not possible to select series with single tap
if you swipe over the series it is selected
Added sample chart
if you swipe over the series it is selected
Added sample chart
- Attachments
-
- rr.zip
- (255.8 KiB) Downloaded 1352 times
Re: Flickering on IOS
Any updates?
Re: Flickering on IOS
Hi Jørgen,
this should be related with the focused html5 canvas element. In focus is not assigned, user have to tap over the object before to be able to swipe of tap over the chart Series.
The following code shows how to set a focus for specific elements :
this should be related with the focused html5 canvas element. In focus is not assigned, user have to tap over the object before to be able to swipe of tap over the chart Series.
The following code shows how to set a focus for specific elements :
Code: Select all
<canvas id="camvas"
width="500px"
height="500px"
tabindex="1">
</canvas>
Pep Jorge
http://support.steema.com
http://support.steema.com
Re: Flickering on IOS
Changed this
<BODY onload="draw()" onresize="resize()">
<br><canvas id="canvas" style="height:90%; width: 100%; align: center;" tabindex="1";>
</canvas>
</BODY>
but that did not help.
Must I do something else to make it work?
<BODY onload="draw()" onresize="resize()">
<br><canvas id="canvas" style="height:90%; width: 100%; align: center;" tabindex="1";>
</canvas>
</BODY>
but that did not help.
Must I do something else to make it work?
- Attachments
-
- rr.zip
- (1.58 KiB) Downloaded 1289 times
Re: Flickering on IOS
Any idea then you will release a version that woks better on IOS?
Re: Flickering on IOS
Hi
we're working on this version in order to improve its functionality, I've noticed that using zoom from a device does not work at all, due to the touch gestures, however, I can do a scroll at in this example (which I'm not sure if this is what you're trying to accomplish or just do a tap over the series pointer). Could you please check if it's working for you ?
You can also try to run this example which uses tap, but for the moment the tap it's not very accurate for use into the device.
we're working on this version in order to improve its functionality, I've noticed that using zoom from a device does not work at all, due to the touch gestures, however, I can do a scroll at in this example (which I'm not sure if this is what you're trying to accomplish or just do a tap over the series pointer). Could you please check if it's working for you ?
You can also try to run this example which uses tap, but for the moment the tap it's not very accurate for use into the device.
Pep Jorge
http://support.steema.com
http://support.steema.com
Re: Flickering on IOS
Scroll sample is ok.
This doesn't work:
http://www.steema.com/files/public/teec ... aphics.htm
It is not possible to select a series.
This work if you move you finger to the pie instead of taping it.
http://www.steema.com/files/public/teec ... ltipie.htm
Jørgen
This doesn't work:
http://www.steema.com/files/public/teec ... aphics.htm
It is not possible to select a series.
This work if you move you finger to the pie instead of taping it.
http://www.steema.com/files/public/teec ... ltipie.htm
Jørgen
Re: Flickering on IOS
Hi Jørgen,
ok, we're working on these issues, gestures on devices.
We hope to have a new maintenance release available shortly.
ok, we're working on these issues, gestures on devices.
We hope to have a new maintenance release available shortly.
Pep Jorge
http://support.steema.com
http://support.steema.com