fix(web): lecteur mobile — stabiliser le pinch-zoom (ancrage du point médian sous les doigts avec restauration du scroll par page, gel du commit vertical via data-reader-pinch-active pendant le pincement, preventDefault sur touchstart et touch-action: pan-x pan-y pour bloquer le zoom natif — correctif bug #43)

This commit is contained in:
Git Agent
2026-08-28 19:08:34 +02:00
parent 01723c6eb7
commit c4fe4d9de6
6 changed files with 110 additions and 12 deletions

View File

@ -1023,6 +1023,7 @@ main.app-main-reader .reader-page {
min-width: 0;
padding: 0;
overflow: auto;
touch-action: pan-x pan-y;
}
.reader-content {