As SE
I want onNext and onPrevious callbacks being called only after user input
so that I can correctly use the callbacks
Steps to reproduce:
open the demo and let a story complete
the console shows that the onNext callback has been called
Note
There are two ways of solving this, this is the second method
This solution implements the check also for the onPrevious although there's no current use case.
As SE I want
onNext
andonPrevious
callbacks being called only after user input so that I can correctly use the callbacksSteps to reproduce:
Note
There are two ways of solving this, this is the second method This solution implements the check also for the
onPrevious
although there's no current use case.