vue-friendly-iframe icon indicating copy to clipboard operation
vue-friendly-iframe copied to clipboard

A Vue js component for creating super fast loading, non-blocking iframes.

Results 15 vue-friendly-iframe issues
Sort by recently updated
recently updated
newest added

Hello, im not quit sure if Vue 3 is supported yet , but i get the following error: ![image](https://user-images.githubusercontent.com/10532141/129520775-0e7e4695-ddc4-44a4-b2c1-2d922b673868.png) the component it self looks like this: ![image](https://user-images.githubusercontent.com/10532141/129520812-f441fa48-d7a2-4e60-b018-01ba7c0930fe.png)

Right now `vue-friendly-iframe` exposes `load` and `iframe-load` events. however both of those event are triggered before the document from src url is loaded. I was testing both in chrome and...

Hello. This is a useful plugin for my needs but there is one issue I am wondering about. We are looking at applying a Content Security Policy (CSP) header to...

looking at [MDN docs for iframe](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe), there is no `target` attribute listed. Is `target` option in `vue-friendly-iframe` useless? if yes, it should be removed since it is misleading.

I followed the usage steps but the iframe is still not rendering, Which file in project should I add the "Vue.use(VueFriendlyIframe);" step.

I have a problem when I load a pdf in a mobile If I use Chrome-inspector in mobile view everything works fine but with same link in a mobile (iPhoneX)...

Good Evening, How can I remove the scroll from the iframe? All the attempts I made didn't work my code: ``

Perhaps typescript support? I'm not that good at writing shims.

How can I load local HTML? ![image](https://user-images.githubusercontent.com/24371471/98804735-83602800-2451-11eb-964a-5a95ac4c3776.png)

Excellent component, it has helped me a lot, but I have a problem, more a lacking of technical knowledgment. I'm embedding a [Flipbook's iPaper](https://docs.ipaper.io/flipbook-javascript-api/quick-start) iframe where I wanna display a...