Hello guys,
I have the following code :
<ion-content ref="content" :scroll-events="true" @ionScroll="doSmth" class="ion-padding">
some long text...
</ion-content>
Event handler doSmth has alert(‘test’) in it.
This works well when i test in my browser on desktop but when i try on my android phone it doesnt trigger @ionScroll event.
Any reason why it doesnt trigger?
3 posts - 2 participants