Kris
Kris
the quick fix I found is to disable energize fo video elements: ``` touchend = function(e) { (..) if(e.target.nodeName == 'VIDEO') { return; } (..) } ```
hey, thanks! I'm not maintaining this project anymore, but your PR can be helpful to others, so I will just leave it here.
Hi, that looks like a good idea, but currently I don't have any time to work on flot.tooltip. But you can always develop it by yourself and send pull request...
source code of this plugin is quite simple so I encourage you to look for a fix by yourself, I don't have much time to work on this plugin recently,...
I encourage you to try to solve it by yourself and send a pull request :)
how is going with your pull request?
Hi, that feature was written by one of the contributors (see v0.6.4 https://github.com/krzysu/flot.tooltip#v064), so I don't quite know what is that about. Maybe here you can find some more info...
thank you @Lukindo for the answer!
Hi, if you tested that both use cases work good, then just send pull request. Thanks!
Thank you for pull request, but I'm not actively maintaining this repo any more. Let me know, if you would like to become a contributor, then you can merge it...