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:
- On opening mobile app, user is allowed register to a online site.
- That site will be returning a group of data (List of user details and that access control)
- 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:
- That online site contains huge db so i can’t get any api for this purpose.
- online site that contains that registration page will be returning only javascript formats(like json, localstorage)
Thank you