I've got an Aura HTML Iframe which is running its own standalone html. Is there any way to pass URL parameters or hashes down into the Aura HTML iframe so it can navigate to the correct dynamic page?
As this is a marketplace app specific issue, I'd refer to the Appanvil's documentation for Aura or contact their support.
Thank you! I did consult the documentation, but couldn't find anything about using postMessage with Aura HTML Iframe ... that's the only way I can think of to update to update window.top.location with a hash or url param so that users can copy/paste a deep link to something within the iframe.
If we could run javascript in the parent page, then theoretically we could observe the iframe src and update the page url to match, but we don't have any macros enabled that would allow that AFAIK.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.