Hi community,
I want to navigate back through my In App Browser. I am using this plugin to create a native app from my homepage. On my page you get linked to other Websites like amazon sometimes, but if user goes to other pages they cant navigate back, they have to reopen app.
I don’t know how to create a back button, but I really need it.
As a solution for the external links: Is it possible to open external links in default browser and not in my app?
If yes, I need back button nethertheless.
I tried to create a back button with “InAppBrowser.ExecuteJS (“window.history.back();”);”
But I don’t know if function is right and where to implement.
I am really looking forward to get help!