Results 512 comments of bilogic
trafficstars

In fact, it would be great if jitsi always pops this dialog for any refresh as I see no use case for a refresh. I reported an issue here https://github.com/jitsi/jitsi-meet-electron/issues/986

https://jsfiddle.net/2tc3krz4/4/ has different behaviors when clicking `Reload` vs `Cancel` I think jitsi is lacking the `preventDefault()`, as a result, the refresh bubbles upwards causing the jitsi to refresh

> How in the code in that jsfiddle do you determine whether the user has clicked cancel? https://stackoverflow.com/questions/63405982/how-to-know-when-a-page-redirect-or-refresh-action-is-cancelled-javascript

Can I suggest blocking F5 and ctrl+R for refreshing and allow refreshes only when a user clicks on the browser's refresh button or click on URL and press enter In...

@SakkyOP 1. Recording is local, even if there are 2 users in the meeting, if I'm recording and I hit F5, the recording is disrupted 2. The recording is stopped...

@SakkyOP From what I understand of your approach: 1. F5 will cause the `Reload` prompt to show, but recording continues 2. If `Reload`, `pagehide` will run and stops the recording...

@damencho then are we better off with blocking F5 and ctrl+R?

@damencho any examples of file hooks in index.html?

Sorry, don't quite follow. Focus is purely on `Message List`, up/down arrow keys will auto paginate, but page up/down will only stay on the current page. I'm suggesting that page...