Duplicated
Last Updated: 01 Apr 2025 07:59 by ADMIN
Tony
Created on: 27 Mar 2025 00:21
Category: UI for .NET MAUI
Type: Feature Request
0
There is no way to dismiss the numeric keypad on ios for the PdfViewerNavigateToPageToolbarItem
I have a basic PDF viewer app with a Pdf View Toolbar.  On it I have a PdfViewerNavigateToPageToolbarItem which correctly displays the current page and page count and on the iOS simulator it works fine - I can enter a page number and hit enter (on a physical keyboard) to navigate to a page.  However, when deploying to an actual device (iPhone 16, iOS 18.3) I can't properly use the Entry to navigate to a page.  When I tap the entry field, the numeric keypad is displayed and I can enter a page number however since there is no "enter" or "done" button on the keypad there's no way to "accept" the value that has been entered so I cannot navigate to a page and there's no way to dismiss the keypad.

I reported a couple of other issues with the Pdf Viewer toolbar items a couple of weeks ago that turned out to be bugs, presumably this is too, but if I am doing something wrong or there is a workaround please let me know.

Thanks

Tony
Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
1 comment
ADMIN
Didi
Posted on: 01 Apr 2025 07:59

Hello Tony,

The behavior is related to the native iOS keyboard type: https://github.com/dotnet/maui/issues/19550

I have set the status to duplicated and the type to a Feature Request. Check the original item we have https://feedback.telerik.com/maui/1652191-entry-ios-add-dismiss-keyboard-button-when-keyboard-is-numeric 

Solution:

set the following HideSoftInputOnTapped="True"` in ContentPage level

Regards,
Didi
Progress Telerik