From 1028962d7940eed5cc95afb5b0f59b7fdbb4f58b Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sat, 10 Jul 2021 15:10:52 +0100 Subject: [PATCH] Fix touch zoom on the iframe Former-commit-id: 16ff820bd12a092ec1c842c20501ea4355aebed6 [formerly 11e37f7e97fdbd9415bb4a7860614a2fcc1cd322] [formerly 099eca1be67b8a87329323cdbd6136400ee57624] [formerly 288bc52cbe60a687354b9d043ea524798ae3cd2f [formerly 8ed903b4dc0530f27f057fc275da5bf764252e28 [formerly d5bd2f6e56c53c89218b39a54543217f1ef9422d]]] Former-commit-id: 18b7afb3356dc49f38fb013ac093046da435014a [formerly 1fca164bfde88b3e3592d629e083bbc6107f7785 [formerly 5be0911614cd22b62d7222521c606f88004aa90b]] Former-commit-id: 4aa0d376117fe298aa35adc98d1f82dea583429e [formerly 136016ba4eb8c36f626f0214e44ca4d2dbdc6d65] Former-commit-id: 1360ec34f6d118c0c2cb6887c5b521644e83d39f --- CHANGELOG.md | 2 + www/index.html | 4 +- www/js/app.js | 45 +- www/js/lib/uiUtil.js | 1414 ++++++++++++++++++++++-------------------- 4 files changed, 791 insertions(+), 674 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15064da8..2d2a4e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ * FEATURE: (Experimental) PWA is paritcipating in File Handling API origin trial * FIX: Bug which failed to detect images correctly in a new tab +* FIX: Touch-zoom of contents of iframe no longer blanks part of the display +* FIX: Broken zoom of contents of iframe (with UI buttons) in Internet Explorer ## Release 1.4.2 diff --git a/www/index.html b/www/index.html index 30680b6c..e40a8804 100644 --- a/www/index.html +++ b/www/index.html @@ -125,6 +125,8 @@
  • Improve handover from local code to PWA code in UWP app to prevent rogue error message
  • Improve page composition timing for non-MS browsers
  • Fix bug which failed to detect images correctly in new tab
  • +
  • Touch-zoom of contents of iframe no longer blanks part of the display
  • +
  • Fixed broken zoom of contents of iframe (with UI buttons) in Internet Explorer
  • Full changelog...

    @@ -830,7 +832,7 @@ - +