Issue: Navigation Causes Full App Reload
Application: Angular 9 / Ionic 5 Web App Tool: Responsively App
Description
When navigating between screens in the Angular/Ionic web application while testing in Responsively App, the application appears to reload all screens/components instead of performing normal SPA navigation.
After navigation is triggered:
The current screen starts navigating. Multiple application screens/components appear to reload or reinitialize. The application then unexpectedly returns to the main screen. This behavior does not represent the expected Angular/Ionic navigation flow. Expected Behavior
Navigation should work as a normal Single Page Application (SPA):
Only the required view/component should change. The application should not perform a full page reload. The current navigation state should be preserved. The user should remain on the destination screen. Actual Behavior
When navigation occurs in Responsively App, the application appears to perform a full reload/reinitialization and eventually returns to the main screen.
Steps to Reproduce Open the Angular 9 / Ionic 5 web application in Responsively App. Navigate from the main screen to another screen. Observe the application during navigation. Notice that the application reloads/reinitializes multiple screens/components. The application eventually returns to the main screen. Impact
This makes it difficult to test navigation and responsive behavior reliably in Responsively App because the application does not maintain the expected navigation state.
Source: responsively-org/responsively-app