From a7930daf51accd6314f2b23a33393d50bee4b08d Mon Sep 17 00:00:00 2001 From: Lingeshwaran S Date: Thu, 16 Jul 2026 13:05:32 +0530 Subject: [PATCH] 903239: Added the Zoom behavior for mobile platform in Flutter PdfViewer --- Document-Processing/PDF/PDF-Viewer/flutter/magnification.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Document-Processing/PDF/PDF-Viewer/flutter/magnification.md b/Document-Processing/PDF/PDF-Viewer/flutter/magnification.md index 251ec801a0..43b0d0d8b4 100644 --- a/Document-Processing/PDF/PDF-Viewer/flutter/magnification.md +++ b/Document-Processing/PDF/PDF-Viewer/flutter/magnification.md @@ -124,4 +124,8 @@ Widget build(BuildContext context) { } {% endhighlight %} -{% endtabs %} \ No newline at end of file +{% endtabs %} + +N>* On mobile platforms, when a PDF is loaded, the pages occupy the maximum available width, i.e., the pages fit the screen width. +N>* When the device orientation changes, the pages automatically occupy the available width in landscape orientation as well. +N>* In Continuous Page Layout mode, all pages are zoomed. In Single Page Layout mode, only the current page is zoomed. \ No newline at end of file