• Resolved Manuel Marquez

    (@manudeoli)


    Hi Murali,

    Notifications do not work with firefox android… I do not receive an alert that proposes whether to allow or block notifications. Did I miss something?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Murali

    (@murali-indiacitys)

    Firefox android is showing prompt after click event. I think Firefox changed this recently.I will fix this in next release, I am planning to have option of push subscription icon in front end, if it is clicked and after getting confirmation from user to show the default prompt. I will fix this problem in next release.

    For example, if we use click event listener, then it is working. I have to add subscription icon in front end, so that user clicks on that icon, subscribe it then it will show default prompt to allow permission

    							document.addEventListener('click', async () => {						
    	await requestPermission(registration);
    });
    • This reply was modified 2 years, 1 month ago by Murali.
    • This reply was modified 2 years, 1 month ago by Murali.
    Thread Starter Manuel Marquez

    (@manudeoli)

    Thank you for your reply. Subscription icon would be great !

    Plugin Author Murali

    (@murali-indiacitys)

    In latest release, I have added custom prompt for push notification, it will work for Firefox android. Custom prompt background color, text color, text, button text, button text color, button background color and position of custom prompt can be customized in plugin admin settings (push notification settings tab)

    Thread Starter Manuel Marquez

    (@manudeoli)

    Nice work Murali, it works fine !

    Thank you very much for your responsiveness

    Thread Starter Manuel Marquez

    (@manudeoli)

    I do tests with the new version. After accepting push notifications and installing the PWA from firefox, I notice that the push notifications continue to open the browser but not the PWA, even after clearing the cache and resetting the cookies. Do you think it is possible to improve this?

    Plugin Author Murali

    (@murali-indiacitys)

    Firefox is still improving PWA as desktop Firefox not supporting PWA, only android Firefox has support for PWA. So it is difficult to analyse on it. I think it depends on default open app settings. Still i will see how it can be improved. Mostly for web-push chrome and edge are best browsers and also for PWA.

    https://caniuse.com/web-app-manifest

    Thread Starter Manuel Marquez

    (@manudeoli)

    Interesting site, thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘no notification with firefox’ is closed to new replies.