.NET Maui FileSaver not reliably saving a file due to Android/iOS closing the application
Summary The .NET Maui FileSaver is not reliably saving files due to Android and iOS closing the application while the file picker is visible. This issue results in 0-byte files on Android and similar behavior on iOS. Root Cause The root cause of this issue is: Low memory conditions: The operating system closes the application … Read more