3

I am currently developing an application using PhoneGap. My application used OpenID to authenticate a user. After successfully authenticate a user, it should be return back to my application. I have used location.href to redirect the page to a local address (something like file:///var/applications/.../index.html for iOS app). However, it seems that PhoneGap cannot redirect a local page from remote site. Only a white screen was displayed. Is there any way for me to return back to my application after authentication?

Thanks

Terris
  • 43
  • 1
  • 4
  • Hi Terris, I was wondering if you used a library for your OpenID access, and if so which one? If you did, did you have any problems building it to PhoneGap? Martin – user730941 Apr 29 '11 at 11:35

1 Answers1

4

I think you can use the childbrowser plugin for that.
Also you may be able to ajax call the openid login stuff using a webpage on your own server?

Erik
  • 630
  • 3
  • 9