@brenden wrote:
I have an empty back button subscription. I would expect that it wouldn’t do anything, but oddly enough it is navigating back. If I comment out the line, the back button goes back to not doing anything.
this.customBackActionSubscription = this.platform.backButton.subscribe(async (data) => { });
Posts: 1
Participants: 1