jiti-meet/react/features/toolbox
Saúl Ibarra Corretgé ad8cdcd81b fix(rn,bottom-sheet) fix scroll
In the past we used a PanResponder to detect user gestures in the sheet
to show a reduced version or a full-height version of it, and also to
close it.

There is an obvious conflic between the gestures and scrolling, which
didn't work all that great, but we could live with it.

After reactions were introduced we no longer rendered the 2 different
heights, so that functionaligy stopped being used but the PanResponder
still remained there.

This commit removes it completely and sets a max height of 75% on any
BottomSheet, so any tap outside will close it.
2022-06-10 17:54:58 +02:00
..
components fix(rn,bottom-sheet) fix scroll 2022-06-10 17:54:58 +02:00
actionTypes.ts language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
actions.any.js fix(toolbar): Hide/Show toolbar on tap on mobile web. 2021-10-26 09:10:35 +03:00
actions.native.js fix(toolbar): Hide/Show toolbar on tap on mobile web. 2021-10-26 09:10:35 +03:00
actions.web.js feat(toolbar) add flag for autohiding while chat open (#11104) 2022-03-14 10:30:31 +02:00
constants.js fix(thresholds) adjust thresholds for smaller width integrations (#10749) 2022-01-10 12:45:46 +02:00
functions.any.js fix(always-on-top) Fix audio mute button disabled status 2022-04-26 15:32:18 +03:00
functions.native.js fix(toolbox) Disable screensharing button on mobile for video sender limit. 2022-01-06 12:23:39 -05:00
functions.web.js feat: enable audio settings menu for Firefox (#11522) 2022-05-11 09:51:00 -04:00
middleware.js fix(lint) tame Flow 2022-01-10 19:21:51 +01:00
reducer.js fix(toolbar) Fix toolbar always visible; refactors 2021-09-24 17:08:24 +03:00