@dines wrote:
I have an
ion-nav-view
containingion-content
and then a list of items. Based on some user action, I want to bring a list item into the view. But when I usescrollIntoView()
on the DOM element, I can never scroll up to list items before that. (Sort of, like a chroot-jail)I noticed that this method is marked experimental at MDN but also caniuse shows support. So what I am missing in this? Is there an alternative way?
Thanks
Posts: 1
Participants: 1