Skip to content

Mobile device support, issues with the forum’s functionality or display.

User Avatar
#19
Auto-translated
Ment
M, okay.

The responsiveness of images has been improved; they should now display better on both mobile and PC versions.
Images in a mobile browser are compressed more horizontally than vertically (the aspect ratio is distorted). This happens with images of any aspect ratio inserted into a message.

Also, I'm a bit confused that the new editor (in the case of a quick reply) doesn't have a quote tag. Using the advanced mode or the "Quote" button every time (which is only suitable for quoting short messages) doesn't seem convenient.

But overall, it's gotten a little better, thanks for the work.

I especially liked the feature of collapsing signatures in the mobile version.

However, quick message editing (at least for recently written messages and in the mobile version) still doesn't work, unfortunately.
The aspect ratio should not be distorted; if it is, please provide a link to a specific message.
The adaptive image algorithm has been updated again; it now works as follows:

1) By default, all images in the style have a setting that prevents them from exceeding the maximum width of the message block. This prevents images that extend beyond the boundaries from breaking the message blocks. However, this style has a drawback because images in tables are maximally compressed.
2) To eliminate the drawback of the style, a script has been added that runs after the page loads or its size changes. The script's task is to iterate through each image and, if the screen resolution is less than 768 (tablet and mobile), set a minimum width for the images equal to 20% of the available space (the height should be scaled according to the browser's proportions). If the width is greater than this minimum, or if the actual width is less than the minimum, the image will be displayed at its actual size. If the resolution is higher than 768 (laptop, PC), then, in this case, if the image is smaller than the current size of the block, all restrictions on the maximum width are removed, and it should be displayed in full size without changes. If it is larger, the style restriction remains, and it should be scaled by the browser according to the proportions to the size of the message block. If, for some reason, it is not possible to scale it, taking into account the content of the message, the browser should add horizontal scrolling to the message block.

This should all work as follows.



The quote tag has been added to the quick edit editor.

I checked quick editing in different browsers and in the mobile version; it worked for me. More details are needed to understand why it doesn't work for you.