iosSwipeBack parameter in V2

Hello Vladimir,
Congratulations for your Library. Amazing job!!

I am testing V2 a lot.
(Under iOS) How can I disable the SwipeBack, and where should I write the paramenter? (In V1 I already used it in the new Framework7() initialization)
Thank you very much
/ALF

It is a View’s parameter in v2:

var app = new Framework7({
  view: {
    iosSwipeBack: false,
  }
});

Thanks!
Fully working