pwa-wp
                                
                                
                                
                                    pwa-wp copied to clipboard
                            
                            
                            
                        WordPress feature plugin to bring Progressive Web Apps (PWA) to Core
Hi! I am reviewing `WP_Service_Worker_Scripts_Integration->register()` The method uses WP Core filter `script_loader_src` and then adds the version value to the url. I have a question about the sequence of these...
See https://github.com/WordPress/gutenberg/issues/6322#issuecomment-410578818 This ticket goes along with the re-introduction of Turbo mode (#34). Beyond caching of assets and admin screens, we also need to allow REST API calls to be...
If using the Stale-While-Revalidate strategy for navigation requests, an update to a given page will not be visible unless the user reloads after loading the stale page. Workbox provides a...
The Google Analytics integration should not be part of WordPress core and thus not part of the PWA plugin. To achieve integration with Google Analytics, the code should be added...
On every WP admin page I see an error in the console log that the site can't be installed because it has no `link` to the manifest. It's not really...
I had a few available plugin updates on my site and went to Dashboard -> Updates to install them. When you run the updater, WordPress displays the progress in an...
Please check the returned Promise. It could be rejected with a certain cookie setting See https://bugzilla.mozilla.org/show_bug.cgi?id=1429714#c1 
In iPhone splash screen is displayed only when icon resolution properly fits the phone resolution. **What I would like to achieve** possibility to add multiple splash screen icons, using media-query....
In order to facilitate themes and plugins to perform manipulations in the service worker, There is code in [`service-worker-navigation-routing.js`](https://github.com/xwp/pwa-wp/blob/a66f599fc27c7c0e2d85e649d8b4831a009ce1a4/wp-includes/js/service-worker-navigation-routing.js) and [`service-worker-offline-commenting.js`](https://github.com/xwp/pwa-wp/blob/a66f599fc27c7c0e2d85e649d8b4831a009ce1a4/wp-includes/js/service-worker-offline-commenting.js) that could benefit from hook extensibility (among other scripts)....
Load front or any other page, get this PHP Notice. Traceback: ``` wp-includes/functions.php:4986 is_offline() wp-content/plugins/pwa/wp-includes/general-template.php:109 wp_hide_admin_bar_offline() wp-includes/class-wp-hook.php:288 do_action_ref_array('parse_query') wp-includes/class-wp-query.php:1069 WP_Query->parse_query() wp-includes/class-wp-query.php:1744 WP_Query->get_posts() wp-includes/class-wp-query.php:3413 WP_Query->query() wp-includes/post.php:2039 get_posts() wp-content/plugins/woocommerce-memberships.git/includes/class-wc-memberships-user-memberships.php:322 WC_Memberships_User_Memberships->get_user_memberships() wp-content/plugins/woocommerce-memberships.git/includes/functions/wc-memberships-functions-user-memberships.php:56 wc_memberships_get_user_memberships()...