Is it possible to destroy page with keep alive?

I want to destroy the keep alive page so the “init” event can be fired once again (i need to get parameter from URL). Is it possible?

Did you try with keepAlive prop in false? Set it in your specify route/page in route.js. For example:

image

See the docs: https://framework7.io/docs/routes.html#keep-alive

Not possible, don’t use keepAlive if you don’t need to keep it always “alive”