[DigitalPoint] PWA

[DigitalPoint] PWA 1.2.5

No permission to download
If you have shell access, see if you can run curl from the shell. Then you can at least know if it’s an overall server thing or limited to PHP.

Either way it’s an underlying network connectivity issue with the server.
 
@digitalpoint can we disable this for browsers? It's annoying...
Well just as easy an a setting, you could toggle off the helper_js_global template modification it does and it will stop that.

Hi @digitalpoint,

Would this add-on need any XF 2.3 adjustments to work properly?

I don't see any errors, but I'm unsure about the add-on's code vs. XF 2.3 changes.

Thanks
I haven't tested it exhaustively, but there's nothing I can think of that would pop up. The JavaScript was already migrated away from jQuery a couple versions ago.
 
I haven't tested it exhaustively, but there's nothing I can think of that would pop up. The JavaScript was already migrated away from jQuery a couple versions ago.
It needs an update unfortunately; if you enable it and open the console on any XF page you'll see:
Safari:
Code:
TypeError: undefined is not an object (evaluating 'XF.Push.updateUserSubscription')
Chromium:
Code:
TypeError: Cannot read properties of undefined (reading 'updateUserSubscription')
 
One of my members has been using the app without issue via an Android phone for a year or more. He recently bought a new Android phone and although he's got push notifications enable in his preferences, he is not getting notifications now. He never got the option to install/activate push notifications on his new Android device as he originally did. I have had him clear his caches, log in and out of the site, check his Preferences to make sure push notifications are enabled, but none of those have fixed his issue.

Anyone got any suggestions?
 
One of my members has been using the app without issue via an Android phone for a year or more. He recently bought a new Android phone and although he's got push notifications enable in his preferences, he is not getting notifications now. He never got the option to install/activate push notifications on his new Android device as he originally did. I have had him clear his caches, log in and out of the site, check his Preferences to make sure push notifications are enabled, but none of those have fixed his issue.

Anyone got any suggestions?
Probably a question better suited for XenForo in general... this addon doesn't change any of that default functionality regarding push notifications, so...
 
Back
Top Bottom