Your easy way to Progressive Web Application.
Progressive Web Apps (PWA) is a technology that combines the best of mobile web and the best of mobile apps to create a superior mobile web experience. They are installed on the phone like a normal app (web app) and can be accessed from the home screen.
Users can come back to your website by launching the app from their home screen and interact with your website through an app-like interface. Your return visitors will experience almost-instant loading times and enjoy the great performance benefits of your PWA!
iWorks PWA makes it easy for you to convert your WordPress website into a Progressive Web App instantly!
Once this plugin is installed, users browsing your website from a supported mobile device will see a “Add To Home Screen” notice (from the bottom of the screen) and will be able to ‘install your website’ on the home screen of their device.
iWorks PWA allow to add shortcuts for context menu to be displayed by the operating system when a user engages with the web app’s icon.
iWorks PWA is easy to configure, it takes less than a minute to set-up your Progressive Web App!
Great! There are several ways you can get involved to help make PWA — easy way to Progressive Web App better:
Thank you for wanting to make PWA — easy way to Progressive Web App better for everyone!
There are 3 ways to install this plugin:
iWorks PWA
.PWA
in Settings
will appear in your Admin.PWA Shortcuts Menu
in Display location
will appear in Appearance -> Menu.Upload Plugin
.PWA
in Settings
will appear in your Admin.PWA Shortcuts Menu
in Display location
will appear in Appearance -> Menu.iworks-pwa
folder to the /wp-content/plugins/
directory.PWA
in Settings
will appear in your Admin.PWA Shortcuts Menu
in Display location
will appear in Appearance -> Menu.It is only possible with WPML package.
WPML Multilingual CMS
and WPML String Translation
plugins.manifest.json
data on WP Admin
-> Settings
-> WPA
.WP Admin
-> WPML
-> String translation`.iworks-pwa
.The shortcuts member defines an array of shortcuts or links to key tasks or pages within a web app. A user agent can use these values to assemble a context menu to be displayed by the operating system when a user engages with the web app’s icon.
Add to Home screen (or A2HS for short) is a feature available in modern browsers that allows a user to “install” a web app, ie. add a shortcut to their Home screen representing their favourite web app (or site) so they can subsequently access it with a single tap.
A2HS is supported in all mobile browsers, except iOS web view. It’s also supported in some Chromium desktop browsers.
iworks-pwa/manifest/data
has been added. It’s allowed to modify entire content of the manifest.json
file. Props for jdwf0658..editorconfig
file has been added.parse_url()
has been replaced by the function wp_parse_url()
.manifest.json
file have been fixed. Props for elmando111.iworks-pwa/manifest/shortcuts
has been added. It’s allowed to modify the shortcuts array in the manifest.json
file.iworks-pwa/manifest/shortcuts/element/url/campain
has been added. It’s allowed to modify the campaign in shortcuts urls.get_color_background()
has been fixed. Props for bodhisattvac.apple-mobile-web-app-capable
has been added.link
and meta
tags have been removed.name
limit on plugin install to 45 characters.short_name
limit on plugin install to 15 characters.Add to Home screen
button to show browser prompt to install “app”. Check Browser compatibility.manifest.json
file.wp_nav_menu_item_custom_fields
to avoid PHP warning for an improper call. Props for vmaxs/ieconfig.xml
link on debug tab.protected $option_name_icons
warning.console.log
from JavaScript files.readme.txt
.manifest.json
.method_exists
to check iWorks Option Class has method set_plugin
.manifest.json
from unwanted values./manifest.json
.theme-color
. Props for forexonlineproductionltd.