Vladimir Simonov
Vladimir Simonov
@srmagura The difference here is that Popper.js creates an instance per tooltip, thus having hundreds of elements on the page might slow things down. React-hint was created to avoid such...
Thanks for this issue! I'll try to check if it's easily solvable and update you on my findings.
After giving it some thought, I've decided not to support this edge case as it complicates the implementation and will introduce more positioning issues. As a solution for your case,...
This is related to another bug: https://github.com/slmgc/react-hint/issues/12 Basically, there was an issue with click events in iOS, that's why a touch event handler was introduced. Removing this handler is not...
Hey Junkai! Thanks for this suggestion, I'll check it out and see if it resolves the issue.
Ok, I've checked your proposal and it seems it's not an option to remove a touch event handler for click events as it breaks tooltips in iOS.
@cyfloel0516 can you provide a repro with your case so I can try to figure out a way to solve it?
Hey, I am currently working on the new API which will allow more freedom in trigger-events customization. This should resolve your use-case.
@monkeydri sounds good, that would be awesome if you can work on a PR for this.
Is there anyone who can review this small change? It's a real deal breaker for us 😔 @ehuss