开发者 | iworks |
---|---|
更新时间 | 2024年10月2日 02:13 |
捐献地址: | 去捐款 |
PHP版本: | 8.0 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv3 or later |
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.= How can I translate manifest.json values? 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
.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.
manifest.json
.manifest.json
.apple-mobile-web-app-capable
has been changed into mobile-web-app-capable
.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.