MicahDavid
MicahDavid
I have the following method to check for new service worker updates: ``` async checkSWUpdate() { const self = this const workbox = await window.$workbox; if (workbox) { workbox.addEventListener('installed', (event)...
I am receiving the following Chrome warning: Site cannot be installed: Page does not work offline. Starting in Chrome 93, the installability criteria is changing, and this site will not...
I'm having trouble using this with routes that have query parameters. For example: ``` from: '/?source=pwa', to: return '/new-url' ``` I can get it to match, but the resulting url...
### Documentation Feedback I'm looking for a hook for the banner ad. There are hooks for the other ad types, so I'm confused why there isn't a hook for the...
### What happened? When adding banner ads to a ScrollView, the momentum scrolling has poor performance. The view becomes slightly choppy. From my research this has to do with the...
### Documentation Feedback It looks to me that the adaptive banner or fluid banner are only available for the 320x50 ad size. I would really like to make a 320x100...
### What happened? The FLUID ad request was filled, with width full screen (393px), but height (0). It returned the proper height on iOS. Here is the banner request: ```...
### Documentation Feedback Would it be possible to do key-value targeting with GAM Banners? It doesn't look like this functionality exists yet, but would it be possible?
### Decision Table - [X] My issue does not look like “The HTML attribute 'xxx' is ignored” (unless we claim support for it) - [X] My issue does not look...
I am trying to implement the scrolling over data effect by passing the pointerConfig parameter, however i'm not getting the desired outcome. Screen recording below. I am actively using the...