eladnava / applicationize

Converts your favorite web apps into desktop apps with their own dedicated launcher icon.
https://applicationize.me/
Apache License 2.0
494 stars 86 forks source link

URLs not associated to app; links clicked in browser still open in browser #105

Closed mblais closed 4 years ago

mblais commented 4 years ago

Is there any way to make all "https://myapp.app/xyz" links open in the generated app when clicked in Chrome browser? Right now they open in a Chrome tab just like they used to.

eladnava commented 4 years ago

Hi @mblais, Please tick the Would you like app links to open internally as popups? option in (advanced options) when generating your Applicationize app: https://applicationize.me/now

Screen Shot 2020-02-01 at 10 14 37 AM

mblais commented 4 years ago

Does this only work for links clicked inside the app itself? I'm trying to get any related app links to open in the app, even if they are clicked in a Chrome tab. Is that possible? App links clicked in a Chrome tab still open in Chrome.

eladnava commented 4 years ago

Hi @mblais, Unfortunately that's not really possible with Applicationize.

It might be possible if you went and developed a Chrome Extension to somehow focus the Applicationize Packaged App when one of those links is clicked. But at this time, this is not something Applicationize supports out of the box.