Just did another test, and it is onNextPage() that is triggered by swipe left on the device.
If on the device swipe left would be associated with the onNextPage() behavior, and I have onSwipe() as well, which of the two takes precedence?
Edit: that was…