You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is supposed to work out of the box or explicitly forbidden but I imagine a nice to have feature would be to support navigation to an "unknown page", say I embed a shopping cart in a web site but I don't want to restrict users to a specific shopping cart, it should be the one of their preference.
If the URL is a custom protocol registered with navigator.registerProtocolHandler i.e. src="web+cart:foo" the portal should load the website that registered that protocol. But what if there is no page registered for said protocol? could there be a fallback URL or the portal being able to host <source> elements? or is an event emitted by the portal if the src is invalid or cannot be navigated to?
The text was updated successfully, but these errors were encountered:
Not sure if this is supposed to work out of the box or explicitly forbidden but I imagine a nice to have feature would be to support navigation to an "unknown page", say I embed a shopping cart in a web site but I don't want to restrict users to a specific shopping cart, it should be the one of their preference.
If the URL is a custom protocol registered with
navigator.registerProtocolHandler
i.e.src="web+cart:foo"
the portal should load the website that registered that protocol. But what if there is no page registered for said protocol? could there be a fallback URL or the portal being able to host<source>
elements? or is an event emitted by the portal if thesrc
is invalid or cannot be navigated to?The text was updated successfully, but these errors were encountered: