Kenji Nagano
Kenji Nagano
@acaliaro , Is the behavior below the result you are expecting? https://github.com/CommunityToolkit/Maui/assets/125236133/71102ddb-4e29-42f3-aebb-2fb9ba0e1a02
@acaliaro , yes, that is also possible. https://github.com/CommunityToolkit/Maui/assets/125236133/7b714759-6b61-406b-b5aa-cd128419a28f
The only workaround is to keep an instance of Snackbar around and call the Dismiss method in the OnNavigatingFrom event. private ISnackbar snackbar; private void btnShow_Clicked(object sender, EventArgs e) {...
On Windows, closing the popup while the tab key has focused the switch control causes a crash, regardless of whether the switch control is set to ON or OFF. The...