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

    iOS/Android: can I generate a system notification when app is closed?

    Help
    2
    2
    625
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      realtebo last edited by

      I ask you if Quasar has a way to generate a system notification when app is closed.

      I think it’s needed some form of server side notification to user mobile phone.

      But, before implementing push notification, I am here to simply ask you how can a Quasar app ask system (ios and android) to show a standard system notification to the user

      1 Reply Last reply Reply Quote 0
      • dobbel
        dobbel last edited by dobbel

        @realtebo

        Do you mean system notifications on a website made in Quasar viewed in ios/android. Or do you mean a Quasar mobile app made with cordova/capacitor running on ios/android?

        A system notification is not always a push notification( coming from a server).

        For example this is a cordova plugin to create local notifications( app does not have to be running):
        https://github.com/katzer/cordova-plugin-local-notifications

        On the other hand this Capacitor plugin features push notifications:
        https://capacitorjs.com/docs/apis/push-notifications

        For websites you have web push( complicated ):
        https://developer.mozilla.org/en-US/docs/Web/API/Push_API
        https://github.com/web-push-libs/web-push#readme

        1 Reply Last reply Reply Quote 1
        • First post
          Last post