Skip to content

multi-platform support #1150

@nilsumumcu

Description

@nilsumumcu

URL

When I install my application using .NET MAUI Blazor Hybrid Web App and run the code, it opens, but when I create the same code with Blazor Web App, it doesn't open.
I suspect there's a problem with the Blazor Web App. The button-click feature is inactive. The same feature is active in the NET MAUI Blazor Hybrid and Web App.

Operating system

windows

More information about your system

When I install my application using .NET MAUI Blazor Hybrid Web App and run the code, it opens, but when I create the same code with Blazor Web App, it doesn't open.
I suspect there's a problem with the Blazor Web App. The button-click feature is inactive. The same feature is active in the NET MAUI Blazor Hybrid and Web App.

Description

Sign in

private void HandleLogin()
{
Console.WriteLine($"Buton Clicked. Kullanıcı Adı: {Username}, Şifre: {Password}");
}

dotnet --info

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-tutorialsIssues related to getting started tutorialsneeds-triageIssues that haven't been triaged yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions