Hi,
I am building a cordova/phonegap app which will let users choose the files in their dropbox. But the problem is that I have to open the chooser in InAppBrowser and the button click opens a popup which takes focus. this results in dropbox not able to communicate with my app as the page which opened chooser no longer exists.
Has anyone created a plugin for this or is there a better way to do it?