Closed auge8472 closed 5 days ago
In general, however, the concept of pop-ups should also be questioned. HTML templates exist, are well supported by browsers and can probably replace popups in MLF in most, if not all cases. To find out exactly, I will collect the use cases.
Sie in my opinion, changing the popup templates is only an interim solution.
The PR #759 solved this issue in a first run by moving the affected templates from HTML 1.0 to HTML 5 and by adding <meta name="viewport">
to them. I'll open a followup issue for moving from JS-popups to document internal HTML-templates.
These templates are written in XHTML instead HTML(5) and does not contain
<meta name="viewport">
elements. Because of that they are not responsive in a mobile browser but are displayed there in desktop mode.