[BUG] SoftInputMode breaks when navigating. If first CreateWindow starts without "NavigationPage" #3367
-
|
Description Prism.Maui 9.0.537 Steps to Reproduce Platform with bug Affected platforms Did you find any workaround? Relevant log output |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I don't know if it's relevant but I'm also getting the below error at a regular basis in my migrated application when navigating back. But the navigation still works, it navigates back. Can't reproduce this issue in the provided repo. Code: |
Beta Was this translation helpful? Give feedback.
-
|
This sure sounds like a Maui bug and not a Prism bug. |
Beta Was this translation helpful? Give feedback.
I don't know if it's relevant but I'm also getting the below error at a regular basis in my migrated application when navigating back. But the navigation still works, it navigates back. Can't reproduce this issue in the provided repo.
Code:
await NavigationService.GoBackAsync(navigationParams).ConfigureAwait(true);
Error:
Java.Lang.IllegalArgumentException: 'No destination with ID 26 is on the NavController's back stack. The current destination is Destination(0x18) class=crc6452ffdc5b34af3a0f.NavigationViewFragment'