Get json return value from the site opened in Cordova Inapp browser

i have installed cordova inapp browser in my application,
with the help of inapp browser i need to get the return value that has been from the opened website.

Work Flow detail:

  1. On opening mobile app, user is allowed register to a online site.
  2. That site will be returning a group of data (List of user details and that access control)
  3. and i need to use those details in app to proceed other process

Please someone suggest me a way of doing it.

Things to be noticed:

  1. That online site contains huge db so i can’t get any api for this purpose.
  2. online site that contains that registration page will be returning only javascript formats(like json, localstorage)

Thank you

Hi,

Did you find any working solution?

https://dbwriteups.wordpress.com/2016/01/24/sharing-data-between-hybrid-app-and-inapp-browser/