dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.2k stars 168 forks source link

[Question] Loading bootstrap javascript #435

Open ezesil opened 2 years ago

ezesil commented 2 years ago

Is it possible to load the javascript files that make some of the behaviour in a web page? It also changes some styles and it looks bad without it... I can call javascript functions without problems, but such functions that need to modify the DOM are having trouble.

MAUI worked properly loading it, Blazor Hybrid should too, right?

I'm using Blazor Hybrid v0.5.5 if i recall correctly.

Thanks!

AmirImam commented 2 years ago

I think if you going to create hybrid app, then MAUI is the best solution. MBB is good for using native UI