We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
How to use pixi-inspector, if my application inside iframe?
The text was updated successfully, but these errors were encountered:
If the parent window has access to the javascript context inside the iframe it should just work.
Without access to the the inspector is not able to communicate with your app.
As a workaround you could open the url of the iframe directly
Sorry, something went wrong.
I use this options for iframe. And pixi-inspector dont see PIXI Application inside. But if open without - its okay. But i hope work with iframe
If the parent window has access to the javascript context inside the iframe it should just work. Without access to the the inspector is not able to communicate with your app. As a workaround you could open the url of the iframe directly
I see. I also encountered this one and the way to make the plugin work is to access the url directly (just like what you said).
No branches or pull requests
Hello
How to use pixi-inspector, if my application inside iframe?
The text was updated successfully, but these errors were encountered: