cordova-plugin-play-default-sounds

Cordova Plugin to Play default Sounds

Usage no npm install needed!

<script type="module">
  import cordovaPluginPlayDefaultSounds from 'https://cdn.skypack.dev/cordova-plugin-play-default-sounds';
</script>

README

PlayDefaultSounds

A Cordova plugin to play default system Sounds (Android and iOS)

Installation

    $ cordova plugin add cordova-plugin-play-default-sounds

Usage

The Plugin is accessible via a global window.PlayDefaultSounds Variable or the build in Ionic Wrapper:

import PlayDefaultSounds from 'cordova-plugin-play-default-sounds';

Api

play

Variables

  • code (optional, but needed for ios (See Overview here))

This function plays the default Notification Sound for Android. For iOS the Code is used.

// Android:
PlayDefaultSounds.play();

// iOS
PlayDefaultSounds.play(1003);

Troubles?

If you have any Problems or need help, feel free to open an Issue!