safeframe icon indicating copy to clipboard operation
safeframe copied to clipboard

SafeFrame reference implementation official mirror from SourceForge

Results 16 safeframe issues
Sort by recently updated
recently updated
newest added

I get the above error as it expects `data` to be a string but in my case is coming in as an object from the PostMessage. And running .indexOf on...

I've written my safeFrame tag to render in a .html page when called from the browser. This is working fine, however when I am trying to convert the .html file...

The PR would allow content served within a safeframe to support dynamic motion reaction such as parallax and other motion based content.

Alternatively use primitive type instead of nullable boxed type.

Is this possible to set sandbox to the frame?

https://github.com/InteractiveAdvertisingBureau/safeframe/blob/master/src/js/ext/ext.js line 492 in _handle_msg() in the SafeFrames implementation currently cancels the postMessage event, always, as per this comment above _handle_msg(): ``` javascript /** * Handle onmessage HTML5 x-domain events....

Is there a way to implement the safeFrame to be responsive? if so, can you provide an example on how I can achieve this? Right now, all the content just...

In the docs (under the PosConfig section), one of the fields is `css Style-sheet text or a URI to a CSS file that defines additional CSS to be used inside...

I am trying to do expand and collapse event with slow effect. But I didn't get any solution?