05-02-2022, 09:32 AM
(This post was last modified: 05-03-2022, 06:38 AM by Alexandre Machado.)
I changed the implementation (quite drastically to be honest) and it seems to be working much better now.
However, there is (and I think there will always be) an issue with Chrome (and other webkit based browsers): It doesn't work (i.e. no event is triggered, so nothing we can do) unless the user interacts first with the page (the user needs at least to click on the page once, focusing the document). That's how Chrome behaves since a few years ago and I don't think this can be changed.
This new implementation will be available in the next release.
However, there is (and I think there will always be) an issue with Chrome (and other webkit based browsers): It doesn't work (i.e. no event is triggered, so nothing we can do) unless the user interacts first with the page (the user needs at least to click on the page once, focusing the document). That's how Chrome behaves since a few years ago and I don't think this can be changed.
This new implementation will be available in the next release.

