This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 973
Pocket: Clicking Icon Does Nothing #4686
Comments
This was referenced Oct 11, 2016
@jonathansampson are you sure it's trying to call |
I modified the auth.js to call |
|
I think Chrome must be passing that through as a user gesture somehow because it should be blocked otherwise |
darkdh
added a commit
to darkdh/electron
that referenced
this issue
Oct 25, 2016
This was referenced Oct 26, 2016
This was referenced Oct 27, 2016
This was referenced Oct 27, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the issue you encountered:
Clicking the Pocket Icon resulted in no login window.
Expected behavior:
Clicking the Pocket Icon should result in a login window, or a saved-url notification.
Explanation:
The
showLoginWindow
method fires a message to the extension. When the message is received,window.open
is called. This call is suppressed.I added a check for
isChrome()
to avoid callingwindow.open
, as you'll see in the previous link.Repro Steps:
https://github.com/jonathansampson/browser-laptop/tree/ext_pocket
chrome.app
returnsundefined
at times #4692The text was updated successfully, but these errors were encountered: