Forum Discussion
Ashishiaf
May 30, 2023Copper Contributor
Open a URL in Iframe SPFx Application Customizer
Can someone please help me out to build an Iframe which opens a URL using Application customizer. Here I am using plane javascript, since application customizer doesnt asks to use react.
Ashishiaf Can you explain more about your requirements? Also, add current SPFx code you are using to generate iframe element in your solution.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- AshishiafCopper ContributorI was referring to https://pnp.github.io/sp-dev-fx-controls-react/controls/IFrameDialog/#implementation. But seems this works for webpart. Since when we select application customizer, it doesn't asks for framework(react/no framework).
Here we have a footer with links, I just need to open a url in Iframe dialog box.