While utilizing ons-navigator, I am looking to customize the function of a particular element at a certain stage. Employing the onClick handler has allowed me to successfully trigger this function.
However, upon exiting the onClick handler, the navigator page continues to be popped. Is there a way to prevent this from happening?
Despite attempting stopPropagation() and preventDefault(), these methods have proved ineffective in achieving the desired outcome.