salah-rashad / flutter_context_menu

Create and display a customizable context menus in your app.
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Not working in web #7

Open irajeshh opened 10 months ago

irajeshh commented 10 months ago

Works fine in desktop apps, but in web this doesn't work on any browsers. The default menu of browser is covering the flutter menu.

image

Temporary fix:

irajeshh commented 10 months ago

Found a solution here to disable the default clickevents. But once the default browser menu is disabled, there were no proper methods to restore them.

Please update the example project and README doc about the problem.

salah-rashad commented 10 months ago

Interesting bug, I Just realized that I didn't test it on web yet. Thanks for posting this issue. I'll try to solve this ASAP.

codakkk commented 6 months ago

Interesting bug, I Just realized that I didn't test it on web yet. Thanks for posting this issue. I'll try to solve this ASAP.

Hi @salah-rashad, any updates? :)