Socket
Socket
Sign inDemoInstall

cordova-plugin-background-mode-3

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.5 to 0.7.6

8

CHANGELOG.md
## ChangeLog
#### Version 0.7.5 (05.07.2019)
- Remove Windows Platform
#### Version 0.7.4 (28.06.2019)
- Fix crash on Android 9
#### Version 0.7.3 (02.05.2019)

@@ -4,0 +12,0 @@

2

package.json
{
"name": "cordova-plugin-background-mode-3",
"version": "0.7.5",
"version": "0.7.6",
"description": "Prevent app from going to sleep in background.",

@@ -5,0 +5,0 @@ "repository": {

@@ -0,17 +1,17 @@

# cordova-plugin-background-mode-3
Based on [cordova-plugin-background-mode.git](https://github.com/katzer/cordova-plugin-background-mode.git) 0.7.2 with following changes:
0.7.3
**0.7.5**
- Remove Windows Platform
**0.7.4**
- Fix crash on Android 9
**0.7.3**
- Fix crash on iOS 12
0.7.4
- Fix crash on Android 9
0.7.5
- Remove Windows Platform
## iOS Pitfalls
On iOS this plugin is extremly ugly: It uses a very short `.wav` file and plays it with volume 0 in an endless loop. So in order to get this to work under iOS you need the "Background Audio"-capability. Also it will mute any sound-output that your app might have, as soon as you go to background.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc