We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
We are creating a mobile application with MAUI based on Prism Library and using the nuget DevExpress.
The app crash when we set an icon to a TabviewItem while Prism is activated.
The app does not crash and the icon works well when Prism is deactivated.
This problem occurs on iOS only, no issue with Android.
Here is the exception :
We have tried to add the following line UIKit.UIApplication.CheckForIllegalCrossThreadCalls = false;
UIKit.UIApplication.CheckForIllegalCrossThreadCalls = false;
Then the exception is :
Associated links that explain my research :
Download the sample project https://github.com/Labraptor/PrismXDevExpressSample.
Build and Debug on iOS => The app crash with the exception explained.
In MauiProgram.cs, comment the .UsePrism().
.UsePrism()
Build and Debug on iOS => The app does not crash and the first tab appears with icon on the TabviewItems.
In MauiProgram.cs, uncomment the UsePrism().
UsePrism()
In MainPage.xaml, remove HeaderIcon="cloudsunaltsvgrepocom.png".
HeaderIcon="cloudsunaltsvgrepocom.png"
Build and Debug => The app does not crash and the first tab appears without icon.
.NET MAUI
iOS
No
No response
The text was updated successfully, but these errors were encountered:
I tried to debug myself by cloning Prism and changing the PrismMauiDemo app to reproduce the issue.
I succeeded but now I would need some help to understand the issue and to try to provide a PR with a fix please..
Here is the uncatched exception :
I have no idea how to go further.. please @dansiegel any idea or any help ?
Sorry, something went wrong.
No branches or pull requests
Description
Hello,
We are creating a mobile application with MAUI based on Prism Library and using the nuget DevExpress.
The app crash when we set an icon to a TabviewItem while Prism is activated.
The app does not crash and the icon works well when Prism is deactivated.
This problem occurs on iOS only, no issue with Android.
Here is the exception :
We have tried to add the following line
UIKit.UIApplication.CheckForIllegalCrossThreadCalls = false;
Then the exception is :
Associated links that explain my research :
Steps to Reproduce
Download the sample project https://github.com/Labraptor/PrismXDevExpressSample.
Build and Debug on iOS => The app crash with the exception explained.
In MauiProgram.cs, comment the
.UsePrism()
.Build and Debug on iOS => The app does not crash and the first tab appears with icon on the TabviewItems.
In MauiProgram.cs, uncomment the
UsePrism()
.In MainPage.xaml, remove
HeaderIcon="cloudsunaltsvgrepocom.png"
.Build and Debug => The app does not crash and the first tab appears without icon.
Platform with bug
.NET MAUI
Affected platforms
iOS
Did you find any workaround?
No
Relevant log output
No response
The text was updated successfully, but these errors were encountered: