Replies: 1 comment
-
|
I self answered my self: well initially I though Safari was the problem, with Firefox it worked, but them I realised it's a kind of a caching problem, while not always the Wasm is updated with the latest App. Looks like a bug of the V11 template |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It is possible to use mixed FuncUI and MVVM code in the Standard Avalonia v11 XPlat.
Unfortunately when entering a Shell.fs file
module Main =
and then modifying the App.axaml.fs this way:
type App() =
inherit Application()
In the browser I got only a black page, but everything compiled smoothly, am I doing something wrong or is there a limitation somewhere? (I bet the first one)
Beta Was this translation helpful? Give feedback.
All reactions