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

Table sub menu doesn't work on mobile #217

Open
kirkey opened this issue Aug 9, 2022 · 3 comments
Open

Table sub menu doesn't work on mobile #217

kirkey opened this issue Aug 9, 2022 · 3 comments

Comments

@kirkey
Copy link

kirkey commented Aug 9, 2022

Have anyone tested out the issue, all submenu or dropdown menu doesn't work when using mobile phones and tablets. If anyone have experience and how to fix this, please teach us how.

@neozhu
Copy link

neozhu commented Aug 9, 2022

try upgrading mudblazor:

<PackageReference Include="MudBlazor" Version="6.0.14" />

@jcarlosmanuel
Copy link

I have tried with version 6.0.14 and with 6.0.19 and it still does not work

@jcarlosmanuel
Copy link

I found this solution to add the same onclick event to the ontouch event and I tried it and it works

MudBlazor/MudBlazor#4467

you have to add to the edit and delete buttons

 <MudMenuItem @ontouchstart="@(() => InvokeModal(context))" @onclick="@(() => InvokeModal(context))">@L["Edit"]</MudMenuItem>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants