-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic Example Error on iOS #1069
Comments
I have pretty much the same issue in my app as well. On Android everything is working great, but on iOS (Simulator, Iphone 15 Pro Max, ios 17.0) I have the same "invisible button" as @kkh975. In addition to this, the position and duration is not showing. `Doctor summary (to see all details, run flutter doctor -v): • No issues found!` |
One thing I could suggest is testing older versions of audio_service to see if it is a bug that was introduced recently. If that turns out to be the case, that may make it easier for me to implement a fix. |
Also, I would suggest testing with precisely the sample apps in this repo to rule out anything in your own app causing the issue. There are known issues with the control center not display buttons directly in the Simulator, while working perfectly on a physical device. But since you are testing on a physical device, for you I would suggest the other points I listed. |
That seems to happen also on other versions of audio_service. Just tested it down to 18.0. Also happens on multiple iOS emulators, tested Iphone 15 Pro Max and iPhone SE 3rd gen, iOS: 17.5 |
Documented behaviour
MediaControl
Actual behaviour
I ran the default sample App in this project, but I can't see any buttons like play, pause, etc. in the control center.
play the something
go to control center
button is there. but it �isn't there.
Minimal reproduction project
Official example: main.dart
Reproduction steps
Output of flutter doctor
The text was updated successfully, but these errors were encountered: