Rolamix / cordova-plugin-playlist

🎶 A Cordova plugin for Android and iOS with native support for audio playlists, background support, and lock screen controls 🎶
MIT License
33 stars 33 forks source link

Play music continued when open app #38

Closed Yamagn closed 4 years ago

Yamagn commented 4 years ago

Description

iOSではAVAudioSessionCategoryの設定がPlayandRecordになっていたためアプリを開いた段階で別アプリで再生中の音楽の再生が停止してしまっていた。 そこで通常の設定をAmbientに変更し、Playbackに変更するメソッドを追加した。

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: