Reputation: 3382
I would like to know if the flipview control of the winjs library (win8) has got an event, which it called when the page turns, no matter if by keyboard or by mouseclick or swiping?
I was Googling for it, but i could just find other methods which does not fire at the right moment.
is there maybe a way you can make such events?
Upvotes: 0
Views: 253
Reputation: 7292
You should use the onpagechanged event. This will fire when the user switches pages no matter the mechanism.
Upvotes: 0
Reputation: 65
Try using the pagecompleted event. Used it in one of my apps and it worked. Hope it works for you too :)
Upvotes: 0