You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2022. It is now read-only.
The music controls are not displayed properly when the app is in the background (app not active or screen locked). As long as the app is active, the title and buttons seem to be placed correctly in the notification area. We did our PoC on iOS, so no clue yet if the issue affects Android as well.
Sample code (provide repo url or sample code)
We installed the MusicControl with yarn. Then pod install in the ios folder.
We use react-native-video for playback. In the player component we do the following
Hmm I know I don't have this problem with my app.
We need to finish the sample app so you have something to compare against.
I'll have a look into it and get back to you. Thanks :)
For some strange reason it works now. I have no clue what changed - maybe my phone just needed a restart. I can't even reproduce the issue... So I'm good with closing it. Thanks anyways :)
Description
The music controls are not displayed properly when the app is in the background (app not active or screen locked). As long as the app is active, the title and buttons seem to be placed correctly in the notification area. We did our PoC on iOS, so no clue yet if the issue affects Android as well.
We installed the MusicControl with yarn. Then
pod install
in the ios folder.We use
react-native-video
for playback. In the player component we do the followingThen once we are playing something, we additionally call
Any idea what we are doing wrong?
Platform ?
Device
The text was updated successfully, but these errors were encountered: