From a9176710baee07fbf1842e89c51264d9d84f33e9 Mon Sep 17 00:00:00 2001 From: amir alipour Date: Mon, 23 Oct 2023 15:22:39 +0330 Subject: [PATCH] [update]: doc was updated --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 462a455..e0368c5 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,10 @@ or step='1' min='0' max='100' - onChange={(e) => player.setVolume(e.target.value)} + onChange={(e) => player.setVolume(+e.target.value)} /> - + ) } @@ -173,7 +173,9 @@ Event | param | Description | Example

-### Fix Player Start by itself :
+### Fix Browser Condition : +browsers don't give access to play sound without at least one user interaction with website
+ 242920537-9cedf5bb-ad7e-4488-aa03-29765826182b