From 1c262d831d9bcb24fe61e10bda292c2809470580 Mon Sep 17 00:00:00 2001 From: yosemiteyss Date: Tue, 24 Oct 2023 09:24:59 +0800 Subject: [PATCH] update iOS simulator docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3ffff6f..8feeb6c 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,10 @@ void dispose() { ## Notes +#### Volume controls doesn't work on iOS simulator +- On iOS, volume control uses `MPVolumeView` internally which does not works on simulator. Please uses physical +device for testing. + #### Fine-grained volume control - Due to platform and device difference, it's normal that volume level could not be controlled precisely.