Вопрос

I would like to redirect the user to another page when a user went to a third-party website for authentication. I'm using childbrowser to open a webpage within the app context.

Это было полезно?

Решение

If you are opening child-browser just for authentication, maybe its better to copy a form into your page and post the results into a hidden iFrame.

If you look into the ChildBrowser javascript you can see that there is a On Change method that you can have a callback when the url changes- this might allow you to capture the change in URL.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top