-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
[Bug] Toast error message in productive app when missing picture #86
Comments
I'll be added a new property to the Image class: FailAction (of enum type Forms9Patch.FailAction). This will allow you to either:
There are some other places where it would be nice to have this as well. For now, I'll be adding optional FailAction arguments to the PrintAsync WebView extension methods. |
please take a look at version 2.4.9-beta1 and let me know if it fixes this issue. Try out the Image.FailAction property and let me know if this works for you. |
@baskren Yes, works great. Thanks |
Super! Thanks for taking a look. |
Description
When an referenced image is missing a toast message ist saying "Cannot find EmbeddedResource". There should be a possibility to disable this in productive apps.
Steps to Reproduce
Expected Behavior
No toast in production
Actual Behavior
A toast message
The text was updated successfully, but these errors were encountered: