Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any multi-level js calls? #15302

Closed
lvdiev opened this issue Mar 19, 2019 · 1 comment
Closed

Is there any multi-level js calls? #15302

lvdiev opened this issue Mar 19, 2019 · 1 comment
Labels
area-blazor Includes: Blazor, Razor Components

Comments

@lvdiev
Copy link

lvdiev commented Mar 19, 2019

Sorry but I'm not sure if any was facing below problem.
I'm integrating here map js libs with Blazor, when I call a js function using JsRuntime, this js method calls another js function itself. But that seems impossible.
Please let me know is it possible at the moment. Thanks.

@danroth27
Copy link
Member

You should be able to call into arbitrary javascript from a Blazor app. The JS function you call should be able to call other JS functions as well. If you're seeing issues with this it's probably with the JS code.

Also, please note that we've moved all the Blazor code and issues to the https://github.com/aspnet/aspnetcore, so all new Blazor issues should be opened there.

@mkArtakMSFT mkArtakMSFT transferred this issue from dotnet/blazor Oct 23, 2019
@mkArtakMSFT mkArtakMSFT added area-blazor Includes: Blazor, Razor Components and removed area-blazor Includes: Blazor, Razor Components labels Oct 23, 2019
@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

No branches or pull requests

3 participants