Telerik Forums
UI for .NET MAUI Forum
0 answers
70 views

Hi everyone,

I'm running into an issue with the Telerik PDF Viewer in a .NET MAUI project.

Environment:

  • Telerik.UI.for.Maui: 11.1.0

  • .NET MAUI: 9.0.111

  • .NET version: net9.0-ios

  • Platform: iOS

Problem:
Scrolling inside the RadPdfViewer does not work on iOS. The same code works as expected on Android — I can scroll through the PDF content normally. On iOS, the viewer loads and displays the first page correctly, but it’s completely static: no vertical scroll or swipe works. However, navigation using PdfViewerNavigateToNextPageToolbarItem or PdfViewerNavigateToPreviousPageToolbarItem still functions as expected.

<ContentPage>
    <Grid RowDefinitions="Auto, *">
        <telerik:RadPdfViewerToolbar x:Name="pdfViewerToolbar"
                                     OverflowMode="Scroll"
                                     PdfViewer="{x:Reference pdfViewer}">
            <telerik:PdfViewerFitToWidthToolbarItem />
            <telerik:PdfViewerNavigateToPreviousPageToolbarItem />
            <telerik:PdfViewerNavigateToNextPageToolbarItem />
            <telerik:PdfViewerZoomInToolbarItem />
            <telerik:PdfViewerZoomOutToolbarItem />
            <telerik:PdfViewerSearchNavigationToolbarItem />
            <telerik:PdfViewerToggleLayoutModeToolbarItem />
        </telerik:RadPdfViewerToolbar>
        <telerik:RadPdfViewer x:Name="pdfViewer"
                              Grid.Row="1"
                              AutomationId="pdfViewer"
                              BackgroundColor="{StaticResource White}"
                              IgnoreSafeArea="False"
                              IsClippedToBounds="True"                              
                              LayoutMode="ContinuousScroll"
                              Source="{Binding PdfFile}" />
    </Grid>
</ContentPage>

Has anyone else encountered this issue, or is there a known workaround/fix for iOS?

Thanks in advance!

Jeff


Jeff
Top achievements
Rank 1
 asked on 20 Oct 2025
1 answer
41 views
When im using the RadScheduler on landscape mode, and im also having some items on the upper part of the page (lets say 50%), then when i click to open the month dropdown to select the day in the month, not all the month is visible (due to lack of vertical space) (which is fine) and the month dropdown isnt scrollable, so some days cant be reached (which isnt fine)...

Any help regarding this?
Didi
Telerik team
 answered on 20 Oct 2025
1 answer
49 views
Is there a way to set a captured photo as the background image for the SignaturePad?  I want users to be able to hand draw things on the photo and then save the "signature" and the background image as a new image.
Didi
Telerik team
 answered on 20 Oct 2025
0 answers
36 views

When clicking the month dropdown and opening the month view,
there are those grey days (prev\next month days), clicking them sometimes shift the whole month to the new month (previous or next one) and sometimes it doesnt... maybe its about the line, im not completely sure whats the rule for this.

Its unclear.

Itzik
Top achievements
Rank 1
Iron
 asked on 19 Oct 2025
1 answer
46 views

Notice the 'arrows' are left aligned. How can I center these (I am working on a custom control based on NumericInput). I also want to center the numeric text.

Thanks.

Didi
Telerik team
 answered on 13 Oct 2025
1 answer
65 views
I'm running into issues where the RadPdfViewer does not want to let go of the file stream.  What is the best way to clear the viewer and prepare for a refresh of the document?
Didi
Telerik team
 answered on 06 Oct 2025
1 answer
81 views
My background is dark. The selected row uses dark text. How do I change that?
Denis
Telerik team
 answered on 01 Oct 2025
1 answer
86 views

Hello. Would be interested in migration .NET MAUI Scheduler from Xamarin with the following UI:

1. Selectable days and days with more customizable styles, like height etc.

2. Appointments indicators in days views

Everything achieved in xamarin using RadCalendar

Already checked Scheduler WeekHeader and Slot in UI for .NET MAUI | Telerik Forums

Thanks.

 

Didi
Telerik team
 answered on 10 Sep 2025
1 answer
107 views

Would like to add long tap handler for the item view of RadCollectionView.

Adding long tap effect breaks SelectionChanged functionality. Both gestures (long and single tap) added seems does not working.

Probably any in-box solution possible? 

Didi
Telerik team
 answered on 10 Sep 2025
1 answer
50 views

Hello,

Could someone explain to me how to make on-demand loading, searching, sorting, and filtering work well together?

Note that I use MVVM in my application.

Thanks!

Didi
Telerik team
 answered on 08 Sep 2025
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?