-
It should be possible to declare numeric and string constants in JsType interface declarations.
Now it requires JsOverlay annotation, however it can be relaxed.
For example WebGL API has more then …
-
I tried to make an CutOut on a Widget inside a Table (inside a Collapsible) and the CutOut did not appear. After Debugging I found that the CutOut had a wrong top value -800 something pixels.
I fixed…
-
Hello,
when I download the repository and run the sample, all works fine. However, when I try integrating a map in my own application, I get this error:
`Microsoft.JSInterop.JSException: Could n…
-
When adding `Blazorise` to a project that already contains [Monaco Editor](https://github.com/serdarciplak/BlazorMonaco) I get the following exception in the browser console:
```
Microsoft.JSInter…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
We maintain prerendering guidance for hosted Blazor WebAssembly at ...
https://learn.micro…
-
Hi
I tried using elemental2 with j2cl. My BUILD file contains this config :
```
load("@com_google_j2cl//build_defs:rules.bzl", "j2cl_library")
j2cl_library(
name = "javafrontendlib",
…
-
I understand normally you would have a HTMLImageElement with an element reference and would use drawImage that way, however in my case I have many dynamically created Image server side and wondering i…
-
### Run Information
Architecture | x64
-- | --
OS | ubuntu 18.04
Baseline | [a64420c79cb63c485138f4f1352b8730f27d7b19](https://github.com/dotnet/runtime/commit/a64420c79cb63c485138f4f1352b8730…
-
I am using BlazorLeaflet in my Blazor project. When I run my project in Google Chrome it works fine but on IE map is not showing up. I used blazor.polyfill.js in my project and still it does not work.…
-
I am able to successfully build my project with Evergine 2022.2.16.4 for Windows. I'm not certain whether I'm performing build steps for WebGL 2 properly.
At first I was experiencing the same issue…