Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotations on touch devices #30

Open
natasha-f opened this issue Jan 30, 2015 · 9 comments
Open

Annotations on touch devices #30

natasha-f opened this issue Jan 30, 2015 · 9 comments
Labels

Comments

@natasha-f
Copy link

It seems that the touch event on mobile devices is not firing. If I select one of the annotation menu buttons, and tap anywhere on the chart area, the chart either does not do anything, or interprets it as a zooming event. I was able to trigger the expected event only in about 10% of testing.
Is it possible to fix this?
Thanks!

@pawelfus
Copy link
Collaborator

pawelfus commented Feb 9, 2015

Connected topic on Highcharts forum.

@HaiderAtPlero
Copy link

@pawelfus Any idea if this will be fixed in near future?

@pawelfus
Copy link
Collaborator

See my answer in the topic above:

The main problem is how annotations.js works: you need to drag&drop to add an annotation, which on touch devices can be interpreted as slide event. We need to add code which will check this (probably Highcharts library has such event, that's why annotation-buttons don't prevent this).

Anyway, I'm more curious about precision of adding annotations on touch devices. Wouldn't be better to disable buttons in such cases?

In short: we need to add new events logic for touch devices, we don't have ETA for this right now. I'm still curious about precision for such annotations..

@pawelfus pawelfus added the bug label Apr 15, 2015
@HaiderAtPlero
Copy link

Precision shouldn't be a problem. To get a feel how it should be, you can see MetaTrader app on iOS/Android and go to Chart section and then draw annotations there.

@celinakhalife
Copy link

Any news on this issue?

@vrindha
Copy link

vrindha commented Sep 13, 2016

Can you let us know if you are working on this issue?

@pawelfus pawelfus added this to the Annotations 2.0 milestone Sep 13, 2016
@pawelfus
Copy link
Collaborator

We will certainly add this functionality, most probably after refactoring events and annotations. Let me connect this to Annotations 2.0 milestone.

@vrindha
Copy link

vrindha commented Sep 13, 2016

Thanks a lot. It would really help if could give an approximate time.

@pawelfus
Copy link
Collaborator

@vrindha - my apologies for a delay in answering. Unfortunately, we don't have any strict date for Annotations 2.0. I hope it will be done in Q4 2016.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants