I currently try to load a frame from another page (different domain) into a website, on click.
Now I hit a dead end, as clicking the link always directly opens the external page instead of loading it’s turbo frame with the same ID into the current page.
So, I wondered, is this a limitation of Turbo Frames? Interesting enough, lazy loading it (without an additional click) works without issues, lazy loading it on click doesn’t seem to, even though the link has a matching data-turbo-frame attribute with the correct ID.
It doesn’t seem to be an issue with relative URLs.