When as a LU I pin a website using social_pwa to my homescreen I get all the settings correctly that have been saved in the Social PWA admin settings form.

However for AN users this doesn't work.

Looking at the hook_page_attachments_alter we do return immediately for AN users, while there are a lot of improvements made to the head. Is there a technical limit why we can't do this for AN right now?

CommentFileSizeAuthor
#2 social_pwa-3029532-2.patch3.66 KBkingdutch

Comments

ronaldtebrake created an issue. See original summary.

kingdutch’s picture

Status: Active » Needs review
StatusFileSize
new3.66 KB

This should do the trick :) It appears only the push notification part relies on the user itself. The JavaScript code also already handles that date being absent.

  • Kingdutch committed 3a97723 on 8.x-1.x
    Issue #3029532 by Kingdutch, ronaldtebrake: Updating the Social PWA...
kingdutch’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.