@moodlehq/phonegap-plugin-push

Moodle's fork of Cordova Push Plugin.

Usage no npm install needed!

<script type="module">
  import moodlehqPhonegapPluginPush from 'https://cdn.skypack.dev/@moodlehq/phonegap-plugin-push';
</script>

README

Cordova Plugin Push (fork)

This is a fork of cordova-plugin-push by Moodle HQ. If you are looking for the documentation, you can read the original at havesource/cordova-plugin-push.

Modifications from the original

We created this fork because we needed to include the following modifications in our mobile application:

| PR | Description | | -- | ----------- | | #2581 | Add compatibility with katzer/cordova-plugin-local-notifications 0.9.0-beta.3 | | #2654 | on notification ios does not work on cold start | | #2696 | Allow sorting inbox notifications in ascending order | | #2705 | Clear inbox messages list when clicking action button | | #2743 | Support messaging style for notifications | | - | Fix push notifications in Android 4 and 5 | | - | Support Android X | | - | Support sender image |

This fork is based of v2.0.0 and it also includes some commits that hadn't been released yet.

You can see all the changes here: 2.0.0...moodlemobile:v2.0.0-moodle.2

Installation

You can install this package using the original installation instructions, but installing this package instead:

cordova plugin add @moodlehq/phonegap-plugin-push@2.0.0-moodle.2