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

Is it possible to unify onChange on iOS and Android #968

Open
KirillRodichevUtorg opened this issue Aug 31, 2023 · 1 comment
Open

Is it possible to unify onChange on iOS and Android #968

KirillRodichevUtorg opened this issue Aug 31, 2023 · 1 comment

Comments

@KirillRodichevUtorg
Copy link

KirillRodichevUtorg commented Aug 31, 2023

I display a blue pointer on a chart using data from onChange. The pointer should be positioned on top of the close value of the last candle.

Android and iOS send different data in onChange events:

  • iOS stops sending events when the finger riches the chart border (coords in event are attached to the chart movement)
  • Android continues sending events even though the chart is not moving (coords in event are attached to the finger movement)

Is there a way to make Android work as iOS?

Proof Android Proof iOS
Screen record Screen record
@iujisato
Copy link

iujisato commented Nov 28, 2023

@KirillRodichevUtorg not related to this issue, but can you share how you built a blinking dot on the current value?

Also, how you made the horizontal line (reference line)? is it a limiter or a new line?

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

No branches or pull requests

2 participants