Ionic version:
[x] 4.x
Describe the Feature Request
I need to be able to change routes without changing the browser URL and history stack. Reason: when accessing the app in mobile Safari, swiping on the edges moves through history. Ionic apps with menus will register a lot of accidental backward navigations.
Describe Preferred Solution
Pass a prop to IonReactRouter to use memory, e.g.:
<IonReactRouter memory>
{/* ... */}
</IonReactRouter>
Nice. Super excited to have this.
For future readers: it is now available as <IonReactMemoryRouter />. 馃憤
There will be a blog soon on some guidance around testing with react testing lib.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.