Skip to main content
ArcBlock Community

Hamburger Menu in Favorites Not Working

JM “cryptotestnet” Morales
Support
did-walletbug

Screenshot_20251009-145047.jpg

Screenshot_20251009-145047.jpg

🧾 Summary: The hamburger menu icon inside the Favorites section is not functional. When tapped, nothing happens — no menu or options appear.

🧪 Steps to Reproduce:

  1. Open the DID Wallet app.
  2. Go to the Favorites tab or section.
  3. Tap the hamburger (☰) icon.
  4. Observe the behavior.

💥 Actual Result:

  • The hamburger icon does not respond.
  • No dropdown or sidebar appears.
  • No error message or visual feedback is provided.

✅ Expected Result:

  • The hamburger icon should open a menu or provide options related to Favorites (e.g., sort, filter, edit, remove).
  • The UI should give clear feedback when tapped.

⚙️ Possible Cause:

  • Missing or broken onClick event binding for the hamburger icon.
  • UI layout overlay blocking the tap zone.
  • JavaScript or React component event listener not triggered in this view.

🧱 Severity: 🟡 Minor 🎯 Priority: Medium 📂 Category: UI / Navigation / Functionality

💡 Suggested Fix:

  1. Check if the hamburger icon has a valid onClick or onPress event handler.
  2. Ensure the menu logic is loaded in the Favorites view.
  3. Test across Android and iOS to confirm consistent behavior.
  4. Add visual feedback (button highlight or animation) for better UX.
Reply