It’s possible to target two IonContent with ViewChild ?
i want to have two Ion-content to use the function scrollToPoint with buttons but the problem is that i already use this with all the component but i want to replicate it with a list that is inside of card-content. i need to scroll the list the same way i scroll my component (With buttons that has the ScrolltoPoint)
There shouldn’t even be more than one content in any given view, according to the official docs, so I’d say “no”.
2 Likes