-
I have prepared some demo to reproduce this in:
https://github.com/harouny/xcomponent/tree/feature/bridgeDemo
- Clone https://github.com/harouny/xcomponent/
- Switch to feature/bridgeDemo
- npm …
-
In a React environment, imagine this:
1. Component is mounted, xcomponent is then set up, iframe loaded, event listeners attached etc
2. The component is unmounted (because we no longer want to sh…
-
If I create an iframe and call `window.open('', 'iframename')` it gets a `window.opener` and the frame then believes it's a popup.
This causes xcomponent to crash in weird ways.
Found a live exa…
-
-
I have localhost:8005 open a popup to localhost:8004 via xcomponent. My logs from the localhost:8004 popup get sent to localhost:8005.
Looking at the code:
https://github.com/krakenjs/xcomponent/b…
-
Right now if you want to use a supported framework, `xcomponent` just looks for a global: `window.react`, `window.angular`, etc. Need a way to programmatically inject these dependencies to acvoid requ…
-
So instead of
```
var MyLoginComponent = xcomponent.create({
// The html tag used to render my component
tag: 'my-login-component',
// The url that will be loaded in the ifra…
-
xcomponent defines child to parent but no parent to child messaging that would be of great value to have parent to iframes comunicated.
-
Hi,
sorry if this is the wrong place for the question, i didn't find anything else that seemed appropriate. I'd really like to use artemis for my game and i'm currently rebuilding it with it, struggl…
-
Hi,
I'm using [Stripe API](https://stripe.com/docs/apple-pay/web) to open Apple Pay within an xcomponent lightbox. However, it throws an error "Trying to call an ApplePaySession API from a document…
ghost updated
7 years ago