You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask how do I go about in using the component inside an iframe?
I tried to run the Blazor.IntersectionObserver.Client project in my local environment and it works as expected. But when I try to embed the URL of the project in an iframe in a different html page, the BlazorIntersectionObserver no longer works.
Please see the video below:
BlazorIntersectionObserver-IFrame-Issue.mp4
An exception can also be seen in the browser console
This is the source of the iframe html page.
<html><head><title>Test Iframe for Blazor 1</title></head><body><iframesrc="https://localhost:5001/" height="1200" width="800" title="Iframe Example"></iframe></body></html>
Thank you in advance for your advice
The text was updated successfully, but these errors were encountered:
Hello,
I would like to ask how do I go about in using the component inside an iframe?
I tried to run the Blazor.IntersectionObserver.Client project in my local environment and it works as expected. But when I try to embed the URL of the project in an iframe in a different html page, the BlazorIntersectionObserver no longer works.
Please see the video below:
BlazorIntersectionObserver-IFrame-Issue.mp4
An exception can also be seen in the browser console
This is the source of the iframe html page.
Thank you in advance for your advice
The text was updated successfully, but these errors were encountered: