Skip to content

Commit

Permalink
VVIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vvipteam authored Dec 21, 2021
1 parent 261182c commit 0f53508
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ Cordova / PhoneGap 3.5+ extension for Native Audio playback, aimed at HTML5 gami

## About the Fork

Fix hard coded resource path
/src/android/NativeAudio.java
Line 85: change "public/".concat(assetPath) to assetPath
### Fix hard coded resource path
- src/android/NativeAudio.java - line 85: change "public/".concat(assetPath) to assetPath

Fix background music interruption on plugin init on Android and iOS
https://github.com/floatinghotpot/cordova-plugin-nativeaudio/pull/139/files
### Fix background music interruption on plugin init on Android and iOS
- src/android/NativeAudio.java - commented: lines 204-211
- src/ios/NativeAudio.m - commented: lines 32, 35, 47-48

Details: https://github.com/floatinghotpot/cordova-plugin-nativeaudio/pull/139/files

## Contents

Expand Down

0 comments on commit 0f53508

Please sign in to comment.