Is there a method to open a specific page when a particular URL is accessed by the browser, without relying on ionic-native for deep linking?
This functionality would be beneficial both for the app itself and for development purposes.
For instance, can http://localhost:8100/about-page
trigger the opening of the about page?