You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing an iOS application with .NET MAUI. I am using the CommunityToolkit.Maui Popup to achieve the following:
Calendar Item: Display a calendar in a popup when an item is selected.
Dropdown Selection Item: Display a dropdown in a popup.
I am trying to publish this application and use it on an iPad. After pairing my Windows PC and Mac PC, I installed the app built in release mode on the iPad. When I tested the app, it crashed with a "System.NotSupportedException" when I touched the item with the popup applied. It works fine when running in debug mode.
Could you please assist in identifying the cause?
Expected Behavior
Expected Behavior:The item is a button, so when the item is tapped, a popup is displayed.
Steps To Reproduce
1.Open and run solution fron reproduction repository
2.Click the "Go to NewPage1" button
3.Select an item
※However, it works correctly in debug mode.
Thanks @sato0826 for reporting the issue. However, the error exception you are sharing with us is very generic. On release mode, it is hard to identify an issue due to the exceptions are not very good showed on the console of Visual Studio.
Could you please share the stack trace maybe using a FREE service like Sentry? https://sentry.io/welcome/
Sentry may be able to help you to get more insights about the issue, and if you could post as much details as possible, would be fantastic.
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
I am developing an iOS application with .NET MAUI. I am using the CommunityToolkit.Maui Popup to achieve the following:
I am trying to publish this application and use it on an iPad. After pairing my Windows PC and Mac PC, I installed the app built in release mode on the iPad. When I tested the app, it crashed with a "System.NotSupportedException" when I touched the item with the popup applied. It works fine when running in debug mode.
Could you please assist in identifying the cause?
Expected Behavior
Expected Behavior:The item is a button, so when the item is tapped, a popup is displayed.
Steps To Reproduce
1.Open and run solution fron reproduction repository
2.Click the "Go to NewPage1" button
3.Select an item
※However, it works correctly in debug mode.
Link to public reproduction project repository
https://github.com/sato0826/MauiPopupProgram
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: