- Issue created by @ady1503
- 🇪🇸Spain ady1503
I have made the following changes:
in pwa_a2hs.libraries.yml
dependencies:
- core/drupalSettings
- core/jquery
- core/onceand
in js/pwa_a2hs_prompt.js
(function ($, Drupal, once) {
'use strict'// Use jQuery once() so the button doesn't get added multiple times.
$(once('showButton', '.pwa-a2hs', context)).each(function () {})(jQuery, Drupal, once);
And the "Install APP" button works.
Commit if is correct.
Thanks
- Assigned to keshavv
- Open on Drupal.org →Core: 10.0.7 + Environment: PHP 8.1 & MySQL 8last update
over 1 year ago Not currently mergeable. - @keshavk opened merge request.
- last update
over 1 year ago 1 pass - Status changed to Needs review
over 1 year ago 1:16pm 10 July 2023 - 🇮🇳India keshavv India
jQuery.once is deprecated so we need this MR to be merged. Otherwise, JS will throw an error. Created the MR please review it.
- 🇪🇸Spain ady1503
For mi, mi changes working well.
Don't forget, the manifest.json file is not loaded automatically.
- Issue was unassigned.
- 🇩🇪Germany Anybody Porta Westfalica
Fixes LGTM, @Grevil could you please have a final look at this?
- First commit to issue fork.
- last update
over 1 year ago 1 pass - last update
over 1 year ago 1 pass "Once" feature required
core/drupal
library ( https://www.drupal.org/node/3158256 → ), so i changecore/drupalSettings
tocore/drupal
(it already use drupalSettings as dependancy).
Also attached the patch for using it before changes will be released.- Status changed to RTBC
over 1 year ago 10:51am 25 July 2023 - last update
over 1 year ago 1 pass - last update
over 1 year ago 1 pass -
Anybody →
committed 3cbb71c7 on 2.x authored by
keshav.k →
Issue #3373431 by keshav.k, fromme, Anybody: jQuery is deprecated, in...
-
Anybody →
committed 3cbb71c7 on 2.x authored by
keshav.k →
- Status changed to Fixed
over 1 year ago 10:52am 25 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.