From 223b7af2ced2fd6e74e0dc1b1381bbc676f694c0 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 16 Nov 2021 00:05:35 +0100 Subject: [PATCH] more iOS jank --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 658c4dfe..8e9e0d31 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,8 @@ some improvement ideas ## not my bugs * iPhones: the volume control doesn't work because [apple doesn't want it to](https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/Device-SpecificConsiderations/Device-SpecificConsiderations.html#//apple_ref/doc/uid/TP40009523-CH5-SW11) + * *future workaround:* enable the equalizer, make it all-zero, and set a negative boost to reduce the volume + * "future" because `AudioContext` is broken in the current iOS version (15.1), maybe one day... * Windows: folders cannot be accessed if the name ends with `.` * python or windows bug