Unplanned
Last Updated: 18 Nov 2025 11:50 by ADMIN
Jeff
Created on: 18 Nov 2025 11:49
Category: PDFViewer
Type: Bug Report
0
PDF Viewer: [iOS] Scroll and Swipe not working in Flyout Page
When the PDF Viewer is inside Flyout page, you cannot scroll through the document, also swipe does not work.
1 comment
ADMIN
Didi
Posted on: 18 Nov 2025 11:50

Workaround:

Disable the gestures of the flyout page

<FlyoutPage x:Class="TelerikTestApp.Views.MainPage"
            xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
            xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
            xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
	    IsGestureEnabled="{OnPlatform Default=true, iOS=false}"
            xmlns:views="clr-namespace:TelerikTestApp.Views">

Regards,
Didi
Progress Telerik