Matthew Rajala
Matthew Rajala
I think the problem is that the default value in the NumberBox isn't displaying and doesn't seem to be recognized by the control. I'm not sure how to fix this,...
@jeromelaban @kazo0 since we're using the fonts from Uno.Material now (#739), is there a way to use FontFamilyHelper.PreloadAsync("uno material fonts") with them? Also, with the preloading done within the Wasm...
From what I understand there's two problems stated in this issue: 1) WebView2 `iframe` doesn't have a Width/Height specified. 2) WebView2 `iframe` has a border. --- ### QA results There...
Just tested with latest dev packages (sdk 6.1.0-dev.235) and the `iframe` no longer has a border on Skia. ```html ``` Skia screenshots (light and dark)  
@kazo0 The test starts failing with 5.2.80 ```xml Expected value to approximate 0.0 +/- 1.0, but 106.47618865966797 differed by 106.47618865966797. ``` Full test case ```xml Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Expected value to approximate...
@agneszitte Yes I think those can be tagged as "QA Review Done". I did a quick check and I think that's all
Yes @Jen-Uno thanks, I just set them
@agneszitte I tried overriding Uno with this change and launched a newly created 5.3 & latest 5.4 dev apps but the console still appears on Desktop skia on Windows. I'm...
Just managed to test this and it is working. I created a blank unoapp with Uno.SDK 5.3.99, replaced the SDK with the one from the CI. > We always use...