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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.