Hi.
I'm making use of the InAppBrowser plugin on Forge. In my scenario, there is an authentication taking place, wherein the browser redirects to a new page. Is it possible to extract this new URL from the InAppBrowser, as it contains an access token which is required for further steps?
Saurav Sircar wrote:
Hi Saurav,
I am facing the same issue. Did you solve this?
Hi folks,I am looking for something similar.Did anyone resolve this?Thanks,Assif
Hi,
you try the InAppBrowserEvents component, it enables the usage of the InAppBrowser events.
The events are:
InAppBrowser
beforeload
There is one event that is not yet available in that component, but you can add it. The event is:
Hope this helps.