Url Links don't go back to application
Hi, Great demo app! I have noticed that if i click on a link, not the comments (which work great), it will open the page in a new window, but if i press back, it doesn't go back to the application.
Is this something to do with cordova and inapp browser config.xml stuff? or is this a bug?
I put the config.xml in the www folder and than built it in phonegap build.
I use android 4.4.2 on an LG G2..
THanks :)
It should go back to the application, it does on mine. I'm using the Cordova plugins directly and not PhoneGap build. There may be something up with the plugins phonegap build uses. I'm not sure. I'll be doing more Android testing soon. Stay tuned.
Tanks Perry! Have a great day man :)
It works on Android (cordova plugin add org.apache.cordova.inappbrowser) when using the back button. How can I place a nav bar with a back icon instead of pressing the android back button?
Hi thanks for the update, but i am not sure how to add the plugin? isn't it already installed into the config.xml file?
In the command, cd to your app folder then add the plugin. Go here http://forum.ionicframework.com/, http://ngcordova.com/docs/install/ for more help.