-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popup windows open outside of app #18
Comments
Thanks to @markmcintyre for reporting in #18!
Hey @markmcintyre, Thanks for reporting this bug! I have just issued a fix and deployed it to https://applicationize.me/now. Let me know how it works for you! =) |
Thanks for the quick work! One issue: New windows generated by the Outlook Web App are all blank. I'm not sure what method Outlook is using to populate the new windows, so I'm not sure how to recommend a fix. It might be something unusual on the web application's end. |
@markmcintyre this must be because Outlook Web App opens a new popup to
The code for detecting this is pretty ugly and would require us to start requesting the In any case, most pop-ups will work as expected now. |
#31 now provides an option to open links outside of the app. |
|
I love the idea of the app but it doesn't work for logging in to a lot of apps. For example, I can't even get into feedly because of the pop-up that comes up when you try to log in. I was finally able to get into Asana by creating a Username and password but I was having the same problem as feedly when I tried signing in with Google. |
@bradhenderson07 Consider a possible workaround here: |
It would be nice if pop-up windows could open up within the app instead of a separate browser instance.
Links with
target="_blank"
currently open in another instance, which makes perfect sense to me, but any window that opens in a popup (viawindow.open
, for example) is usually part of the host application and should open up in the applicationized instance instead of the browser.The text was updated successfully, but these errors were encountered: