Super-Progressive-Web-Apps
Super-Progressive-Web-Apps copied to clipboard
SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
I think this issue may be the same as https://stackoverflow.com/questions/52087208/pwa-cached-video-will-not-play-in-mobile-safari-11-4 but not sure. May be a bug in Safari. Steps to reproduce. 1. Load a page with video using HTML...
Originally logged: https://wordpress.org/support/topic/question-old-static-files-still-on-server/ Hi guys, Obviously, since v2.0 the SW and manifest files are dynamically created, however I still have the pre-v2.0 files in my root on my server –...
Currently using wp-config.php to dynamically set the site domain name: ``` define('WP_SITEURL', $_SERVER['HTTP_HOST']); define('WP_HOME', $_SERVER['HTTP_HOST']); ``` Now this is leading to some odd behaviour, the primary domain [ayanajewellery.com](https://www.ayanajewellery.com) vs. the...
Because standalone PWA in iOS doesn't support cookies, WordPress sites with login are very problematic. I'd like to serve up "standalone" manifest to most OS, but "browser" to iOS to...
I know this was discussed with NGINX host. I added: ``` rewrite ^/superpwa-manifest(-[0-9]+)?.json$ /index.php?superpwa-manifest-$1.json last; rewrite ^/OneSignalSDKWorker.js.php$ /index.php?OneSignalSDKWorker.js-$1.php last; rewrite ^/superpwa-sw(-[0-9]+)?.js$ /index.php?superpwa-sw.js last; ``` to the nginx proxy virtual config...
Hi All, Is there appetite for Travis CI via PHPUnit and PHPCS for Wordpress Code Styling checks and testing. Will help with PR and cross-plugin, cross-WP/PHP version testing. I have...
Hi! First of all; great work on this plugin! In the service worker generated by the Super PWA plugin I noticed this line: https://github.com/SuperPWA/Super-Progressive-Web-Apps/blob/05ef8b38344cebd9c9575d01ea471666f7c8c3f0/public/sw.php#L232 But when I console.log e.request.mode in...
Bonjour, Je rencontre un probleme avec cette application et je n'arrive pas à la faire fonctionner. the website diane-security.fr.
I've a problem where PWA dosn't seemto work on my site. I use cdn enabler to load all my static files from a cdn and it seems to be offloading...
I'm using a page as the start page, but also tried setting the home page. Always get a 404 - Page Not Found when starting the app. Manifest: ,"start_url":"\/favorites\/", I'm...