Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
roderic
/
pico.chat
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
iPhone fix
master
Roderic Day
hace 5 años
padre
ab0f9dde2c
commit
2ee3d13211
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+1
-0
apps/volume.js
+ 1
- 0
apps/volume.js
Ver fichero
@@ -23,6 +23,7 @@ const VolumeMap = {
const dist3 = Math.max(Math.min(dist2, 1), 0)
video.style.opacity = dist3
video.volume = dist3
video.muted = !dist3 // iPhone does not allow graded volume
}
},
view() {
Escribir
Vista previa
Cargando…
Cancelar
Guardar