Open cagriy opened 9 months ago
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process.
Verified this on VS 17.10.0 Preview 2.0(8.0.7). Repro on iOS 17.2 with below Project: ShareDemo.zip
Still happening in Maui for .NET 9
Description
Hello,
I am trying to share an image from a .NET 8 Maui application. I am using following code:
I am having two issues which are likely to be related
On other apps, when an image is shared the thumbnail is displayed correctly and file type .png is not displayed, as it is recognised. Please see attached both screenshots, the one with the missing thumbnail is from Maui application.
Expected behaviour: Maui application to not to give errors, recognise the file as an image correctly and display the thumbnail.
Steps to Reproduce
1 - Download the sample app from the public repository and run it 2 - Click button to share 3 - Confirm missing thumbnail, unrecognised file type 4 - Confirm error logs 5 - Continue and save the file locally 6 - Now try to share the saved file from Files application 7 - Confirm that the file is correctly recognised as a PNG and the thumbnail is displayed correctly
Link to public reproduction project repository
https://github.com/cagriy/ShareDemo
Version with bug
8.0.3
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS, Android
Affected platform versions
iOs 16.4, Android 33
Did you find any workaround?
No
Relevant log output