Hi guys,
The problem is this. I am trying to encapsulate the mobile version of a site and make it a mobile app temporary, so i can develop the real app in ionic slow and take my time to make it perfect.
So, the app goes well, fires the URL i want, syncs well with all the plugins, but if the user goes “back - back” on the phone takes him to the ionic app - webview and the “url” is never loaded again with InAppBrowser. How can i prevent the user so that when it goes back on the phone it closes the app, instead of heading to the webview in ionic that loads the URL via InAppBrowser…
I am trying to make this URL as a standalone app that runs in ionic so that i can have access to plugins and functionalities.
So is there a way to keep the user only in the URL loaded via InAppBrowser so i can use this view as a standalone app?
thanks a lot!