Ion-popover

I’ve used ion-popover from the framework to show a angular component as a popover. It has single/multiple selection functionality as well.

It works fine as a pop over, it will show the component, will list the items, I can select/unselect single/multiple items which are in display currently. Now if I try to scroll the list in popup it won’t scroll.

To do this, I’ve drag and scroll from the top and then it will get scroll.

NORMAL scrolling is not working.

I am new to this forum, more information can be share on request.

I have added

< ion-scroll >ION_LIST_WITHIN < / ion-scroll >

and it worked for me.