Sharing Data between Hybrid App and InAppBrowser

Hi there guys. I came across this requirement in my project where I had to share data between an Ionic app and the InAppBrowser. Though it seemed simple, it turned out to be quite something. So thought I should write this up as a blog. But before we start, I should warn you that this might seem a bit hacky but it is the only thing that works for now.. :P. So let’s get started.

Continue reading

Adding a done button to Android’s InAppBrowser

Hello guys. This one is going to be a mobile app development related post again. I came across an use case where I had to create a done button in the Android InAppBrowser, just like how we have it in iOS. It required some work to get it done, so thought I should share it with you guys too. Let’s see how to do it.

Continue reading