Niq Dudfield
Niq Dudfield
"load" event on the iframe does not seem to be firing https://github.com/coilhq/web-monetization-projects/blob/acdba6106cee9f6bae8272f6bd7fb4acde754e73/packages/coil-extension/src/background/services/SiteToken.ts#L23-L31
It seems that there are some Web Extensions implementation differences to Chrome: 1. The content script does not run in the coil.com/handler.html iframe injected into the background page 2. Upon...
> Ok, I just noticed on https://hackernoon.com/ that the page was taking a very long time to load, which may have included the JS assets, such that a dynamically inserted...
Related to https://github.com/coilhq/web-monetization-projects/issues/548
Note: I can't seem to find any way to get an "options_page" ( per manifest.json ) to show up on FF android
When it's set to "On click" with Chrome, when the popup button is clicked it will request to 'reload page' 
We could use the content scripts to show a popup with info about pinning, then put in some kind of storage somewhere that it's been dismissed ...
ZenDesk has an example of content script based UI/notifications: 
https://developer.chrome.com/docs/extensions/reference/notifications/
@disquisitioner Thanks for the feedback and suggestions. I guess the first minimalist step we could take is to automatically disable it, when the payment pointer is unambiguously yours. We could...