-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
area-controls-entryEntryEntrypartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Description
Description
I updated our app to .Net 10 from the last Version of .Net 8
Now I can't tap outside of Entry controlls to close the keyboard anymore, this problem seems to be specifically happening on modal pages.
We use NavigationPage for Navigation.
Only tested on Android, since the app only targets android
Screen_Recording_20260330_075230.mp4
Steps to Reproduce
- Create New .Net Maui App
- Edit App.xaml.cs CreateWindow to return MainPage as NavigationPage instead of AppShell
- Create new Page with Entry Controll, set HideSoftInputOnTapped = "True"
- Add Button to MainPage that calls Navigation.PushModalAsync() on the new Page in Clicked Event
- Start App
- Open the Modal Page
- Click into the Entry
- Click outside of the Entry
Supposed to happen -> Keyboard closes
What happens -> Keyboard is completely uneffected
Link to public reproduction project repository
No response
Version with bug
10.0.50
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
.NET 8 (Please specify exact version)
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 16, Android 13 (only tested on these versions)
Did you find any workaround?
No
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-controls-entryEntryEntrypartner/syncfusionIssues / PR's with Syncfusion collaborationIssues / PR's with Syncfusion collaborationplatform/androids/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working