Elad Nava

Results 118 comments of Elad Nava

@robertgranholm Thanks! See #17 for `cmd + tab` bug. Please open new issues for all other inquiries as these are unrelated to the current issue.

Hi @geor9, Unfortunately Chrome has decided to deprecate packaged / hosted apps: https://github.com/eladnava/applicationize/issues/62 Therefore they will probably not end up fixing this since packaged / hosted apps are being deprecated...

Hi @lfom, Unfortunately Chrome Packaged Apps are being phased out over the recent years, which means the end of Applicationize. Please consider this built-in alternative to Applicationize: https://github.com/eladnava/applicationize/issues/25#issuecomment-250857260

Hi @thepappas, It may have to do with `about:blank` not being supported: #36. If you can provide a way to reproduce this (maybe a test site), that would help.

Also, consider this as a workaround (not involving Applicationize): https://github.com/eladnava/applicationize/issues/25#issuecomment-250857260

Hi @slavarazum, Thanks so much for your report! Would you like to attempt to resolve the vulnerabilities? It looks like updating some of the packages will introduce breaking changes that...

Anyone up for this?

Thanks for your input! Unfortunately, other extensions can't run within applicationized apps currently as we use Chrome's packaged extensions feature along with a `webview` which prohibits this: https://bugs.chromium.org/p/chromium/issues/detail?id=422805 I am...

By not generating a packaged extension -- the solution would be using a different method to embed the target page within a Chrome extension, similar to this: http://computers.tutsplus.com/tutorials/quick-tip-make-a-chrome-app-shortcut-for-any-web-app--cms-21221 However, when...

A workaround for supporting extensions is mentioned in https://github.com/eladnava/applicationize/issues/25#issuecomment-250857260. Extensions work within these "bookmarked" apps.