No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. motia
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 0
    • Groups 0

    motia

    @motia

    0
    Reputation
    7
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    motia Follow

    Latest posts made by motia

    • RE: How to use oneSignal for push notification with Quasar PWA ?

      I have created a package that supports on pwa and spa modes.

      https://github.com/motia/quasar-app-extension-onesignal

      You will need to add the pwa mode to your quasar app. then modify the src-pwa/register-service-worker.js to register OneSignalSDKWorker.js.
      The package will create a OneSignalSDKWorker.js at the root of your app with the following content

      importScripts('/service-worker.js?xxxxx', 'https://cdn.onesignal.com/sdks/OneSignalSDKWorker.js'); 
      
      posted in Help
      M
      motia