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
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
With a hosted app, when same origin, you can launch() the application. But you can't be same origin with a packaged application so you can't start it from outside the application.
The text was updated successfully, but these errors were encountered:
This is currently possible for the website which installed the app. For example a store that installs a packaged app is able to launch that packaged app. This is doable by using getInstalled() to get a reference to the App object for the packaged app, and then calling .launch() on it.
This is currently possible for the website which installed the app. For
example a store that installs a packaged app is able to launch that
packaged app. This is doable by using getInstalled() to get a reference
to the App object for the packaged app, and then calling .launch() on it.
The idea was to have any application being same-origin to be able to
launch the application, not only the store.
With a hosted app, when same origin, you can launch() the application. But you can't be same origin with a packaged application so you can't start it from outside the application.
The text was updated successfully, but these errors were encountered: