In chromium-based browser, like chrome and brave, the iframe does not load until I move the cursor inside it. This behavior does not happen on Firefox.
Even if the iframe is not loaded, I can see the request to my application, everything works fine once the cursor has been moved.
If I open the dev tools, then the iframe does not load even if the cursor moves, it loads only if I expand all the code until the iframe section.
Why this? I don’t think that this is a problem with my app, because once the cursor moves, everything works just fine and, as I said, this “bug” only occurs in chromium-based browser (I don’t have Safari, so I can’t test on it).
Any ideas?