Description
Reviews (10 cached)
cool
Doesn't work
STOP THE POPUPS
Unfortunately, does not create a smooth trail as you would expect from miro or soemthing similar
Works decent but keeps having pop ups come up that tell you to leave a review. So here I am.
It's a great tool for presentations when the gesture works. The completing the shape within 2 seconds can be a challenge at times. Would like to see the highlighted shape stay on for longer than 3 seconds
JUST STOP THE POP UPS! But very nice and good
Writing a review because I was forced to with pop ups every 30 minutes until I did. Good product.
how to use it i enabked it but it is not coming
Exceptionally badly written code. First, there is a forgotten console log which pollutes the developer console with a message '' Secondly, which is even worse, zIndex values are hard-coded (1000000) which screws our code. There is a fixed element in the DOM which interferes with notifications and popups are hidden below that, since we calculate the zIndex, as it should be. Very bad programming practice. Please, fix your bad code! ========================================== Edit: Some of the code has been improved in the latest version 1.5. Alas, the main culprit - hard-coded z-index of 10000000 has not been removed. I will change my rating, but not to 5 stars. BTW, it is easy to calculate the z-index and set it dynamically, so it does not interfere with other apps. This is a function that we use: const zIndexMax = () => { let maxZIndex = 0; // Start with the lowest possible zIndex document.querySelectorAll('body *').forEach(el => { const zIndex = parseFloat(window.getComputedStyle(el).zIndex); if (!Number.isNaN(zIndex)) { maxZIndex = Math.max(maxZIndex, zIndex); } }); return maxZIndex; };
Permissions (2)
Permissions
Details
| Version | 2.0 |
| Updated | Feb 12, 2024 |
| Size | 72.73KiB |
| First Seen | Mar 27, 2026 |