Prevent page refresh when swiping down
Closed this issue · 6 comments
I had a feedback about message lost before submitting, because the user wanted to scroll up the page, but when the page is already at the top, swiping down refreshes the page.
Hmm, should there a warning dialog? The page refresh is often helpful.
Yes, maybe with the "Unsaved changes will be lost. Do you want to proceed?"?
https://github.com/humhub/humhub/blob/master/protected/humhub/widgets/CoreJsConfig.php#L50
@luke- should I move this issue on https://github.com/humhub/humhub/issues/?
@marc-farre Isn the dialog triggered on mobile devices?
No. Even on browser. This dialog is triggered on PJAX reloading I think, or something like that, but not with browser refreshing.
Moreover, with the Messenger module, the dialog is nether triggered, event when clicking on a link such as a top menu entry or closing the modal box for a new conversation.
Ok, then I would say it's a bug in the core repo or mail module, when the dialog is never triggered there.
- Refreshing: humhub/humhub#6708
- Messenger module: humhub/mail#364