xanderdeseyn / react-native-responsive-linechart

A customizable and responsive line or area chart for react-native
https://react-native-responsive-linechart.surge.sh
MIT License
203 stars 47 forks source link

[Android] Tooltip closes immediately after touching #52

Closed tlow92 closed 3 years ago

tlow92 commented 3 years ago

Hi,

on Android there seems to be bug, where the Tooltip is opened for a short period of time after touching but closes immediately. When touching and holding for a second it stays open.

Screen recording of the demo project on my OnePlus 6 is attached below.

https://user-images.githubusercontent.com/12113052/104187126-ae4a0680-5417-11eb-9897-24ff5285e514.mp4

xanderdeseyn commented 3 years ago

I will check it out asap, thanks for reporting

xanderdeseyn commented 3 years ago

Can you confirm that you run into this issue with the last version (v5.4.3)? I can't reproduce it on my side.

xanderdeseyn commented 3 years ago

Should definitely be fixed in v5.5.0! Please close this if you can confirm 👍

tlow92 commented 3 years ago

It's indeed fixed in latest version! Thanks alot!