Eilon Lipton

Results 487 comments of Eilon Lipton
trafficstars

I know I've seen this before, but again I can't figure out where! It's odd that it's just Android, because this code should be quite similar, if not identical, on...

Hmm interesting, I'll have to take a closer look. Hybrid apps have quite a few additional requirements compared to non-hybrid apps so it's possible that there's some 1-line thing that's...

Pretty much what @idylmz said. The choice of Blazor Server vs. Blazor WebAssembly (WASM) vs. Mobile Blazor Bindings Hybrid Apps is _mostly_ independent of your Blazor code. Most stuff works...

Also please note that Mobile Blazor Bindings is an _experimental_ project with no firm timeline for release. But we are working on _Desktop_ support (Windows and macOS) for hybrid apps...

Hi @nssidhu , I think I've seen things like this happen when the wrong Dependency Injection (DI) scope is used. I think the IJSRuntime service can be consumed only from...

Hi @Kukks I am unable to run that project. I tried on both iOS and Android and it simply wouldn't load. Can you provide any more info about the error?...

I'm not sure what the problem was but when I try to run it from VS, it would build the project, open the emulator, but then the app wasn't getting...

@DanGould oh can you share more info about what the fix was? A fix in MSBuild itself, or in some CSPROJ? Any info you have might help me or others...

@TheCakeMonster thank you for reporting this issue. Could you upload your project to a GitHub repo so that we can take a look? This certainly sounds like a bug.