Question: I am developing a client using Uno Platform and WINUI3. I have small requirement to show the loader when some external API call is being made asynchronously for getting data. In fact i need this functionality across all pages. ...

Question: In pre 4.0 Uno-Platform, I was able to use the #if __WASM__ compiler directive for WebAssembly specific code in a cross platform class library. This was very useful for creating WASM specific widgets using the WASM specific SetHtmlAttribute method. ...

Question: I just migrated my app to use Uno 4.0 and am having a few issues. When I go to build and run the project- I am getting this error: System.MissingFieldException Message=Field not found: Windows.UI.Color Windows.UI.Colors.Black Due to: Could not ...

Question: I save images relative to the workingdirectory and then want to display them in a uno Skia.WPF app. However they never appear. This is how I create the ImageSource: But when I use the path directly in the Xaml ...

Question: Because the Theme Qualifier for iOS assets is not yet supported on Uno, I have to resort to a helper service in my project, to provide alternate paths to image which are created for dark mode. This however causes ...

Question: I have started a test app to test out TabBar to replace my bottomNavigationBar as it is no longer available in Uno.Material. I have made a simple app that runs on Android, IOS, and UWP without issue. When I ...

Question: New to UNO Platform. Working on a test project and having trouble playing mp4 using MediaPlayerElement on Droid. MyVideo.mp4 is in Shared/Assets/Videos with Build Action = Content; and Copy to Output Directory = Do Not Copy. Have tried setting ...