Niq Dudfield

Results 309 comments of 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' ![image](https://user-images.githubusercontent.com/525211/108615349-a5484e00-7435-11eb-8cd5-f3b3ca9fcbb8.png)

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: ![image](https://user-images.githubusercontent.com/525211/101461685-d56f6d00-396d-11eb-9e69-41a48221424b.png)

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...