App.js - Framework7 question

@patrick sorry for the tag, but I need to know, is now app.js handled by dmxFramework7_X.js right?

There's not /Framework7/X/js/app.js anymore..

How can I implement this?


var app = new Framework7({
  touch: {
    tapHold: true,
  }
})

This goes for any parameters, properties, events (that are not on Wappler) so what can I do here?

I need to set an action when a user long-presses on an element..

Thanks!