在 PhoneGap 平台上使用 OpenID
我目前正在使用 PhoneGap 开发一个应用程序。我的应用程序使用 OpenID 来验证用户身份。成功验证用户身份后,它应该返回到我的应用程序。我使用 location.href 将页面重定向到本地地址(例如 iOS 应用程序的 file:///var/applications/.../index.html )。但是,PhoneGap 似乎无法从远程站点重定向本地页面。只显示出白屏。身份验证后有什么办法可以返回到我的应用程序吗?
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你可以使用 childbrowser 插件来实现这一点。
您还可以使用您自己服务器上的网页来ajax调用openid登录内容吗?
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?