Open rjrogerto opened 2 years ago
did you manage to run the url of an mp3 with HTTP?
url with http of an m4a still presents the same issue, it plays fine within the app but on iOS Lock Screen the slider does not work, it has same bug as I described above. The code I use to call this is from another screen is below:
Navigator.of(context, rootNavigator: true).push(
CupertinoPageRoute(
builder: (_) => const PlayerScreen(
url:
'http://my_audio_file.m4a',
title: 'Lying down movement practice',
name: "Meditation",
)),
);
可以链接耳机进行播放吗?
Hi
I cannot get iOS Lock Screen slider to work. When I drag the player slider forward on the iOS Lock Screen ,it causes the audio to jump back and resets to the beginning of the audio track, it does not seek forwards to the correct dragged point.
Can someone please help me to determine what I am doing wrong. Any assistance will be greatly appreciate .