How do I set the start page for the browser version of the app in the Avalonia UI cross-platform app?
I’m writing a cross-platform application and I’ve done the page navigation logic. It works for phones and computers and for Windows and Android emulator everything works, but for browser version it doesn’t. It just defaults to “Powered by Avalonia”.
I don’t know how to fix it
Avalonia UI MessageBox freezing
I’m new to Avalonia UI, I’m building simple app and am using MessageBox.Avalonia.
I want to write a service for showing dialogs.
I came up with this: