Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Launch an installed packaged application #44

Open
mounirlamouri opened this issue Apr 9, 2013 · 3 comments
Open

Launch an installed packaged application #44

mounirlamouri opened this issue Apr 9, 2013 · 3 comments

Comments

@mounirlamouri
Copy link
Contributor

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.

@sicking
Copy link

sicking commented Apr 9, 2013

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.

@sicking
Copy link

sicking commented Apr 9, 2013

Solving issue #45 might also solve this.

@mounirlamouri
Copy link
Contributor Author

On 09/04/13 11:35, Jonas Sicking wrote:

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.

#45 might indeed fix this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants