@prafulvats2017 wrote:
Hi Team,
I am using one common panel in app.html, which is being used throughout all modules. Its working fine for almost all modules but one module, when I am closing the menu content is not getting rendered.
I think below code snippet will clarify picture of how I am using it.
app.html
<ion-menu [content]=“content” id=“menuone” side=“right” [swipeEnabled]=“false”>
<ion-nav [root]=“rootPage” #content swipeBackEnabled=“false”>This is a component which is used to provide content for the panel.
Now, problem description:
In a module, I can open this panel using 10+ buttons and content keeps on changing. After opening and closing this panel more number of times, the content is not rendering properly just for ANDROID device and by content I mean the data which was there before opening menu, is coming as broken one after closing menu.Thanks in advance
Posts: 1
Participants: 1