In mobile mode, the notification setting button with bell icon does not display at all. It is just shown in desktop mode. This issue was raised previously under tickets #5383 and #5645. As per the ticket, we can not see how to enable notification bell in the latest 7.4 release.
ABP Framework version: v7.4
UI Type: Angular
Database System: MongoDB
Tiered (for MVC) or Auth Server Separated (for Angular): yes
Exception message and full stack trace:
Steps to reproduce the issue:
3 Answer(s)
-
0
Hi
The notification icon is just a visual element seen in our HTML demo and hasn't been developed as a feature on its own. Its placement on the desktop is entirely customizable, allowing users to add as many other shortcut icons as they like, such as chat or calendar icons, just like in the HTML demo.
On mobile devices, these icons can be placed either in a mobile submenu or added as a menu item under an expandable user menu. It's entirely up to the user's preference, offering a flexible and customizable experience.
-
0
Hi
So we are trying to add notification as sub menu for mobile view, the issue is the menu is visible to both desktop and mobile view, is there any way we can only show menu in mobile view?
-
0
Hi,
How did you add it? could you share some code? thanks.