I will use ionic framework for my current project but i also want to use native coded screens in the app. But my concern is managing the navigation of the application. Becasuse if i run ionic screens in a web view, the web view will be closed when the user touches back button. But the expected behaviour is sometimes redirecting back the ionic screen in the webview, not the webview itself.
Shortly, how can i manage navigation of an app with both native screens and ionic screens?
Thanks in advance…