Now I am building iOS app and I have unresolved problem. It is following; As I mentioned above in the title, I can't login through Facebook.
For that; 1. I created the web view A(shown any site) providing the functionality of FB login. 2. And then I had another webviewB programmatically (shown FB login view)
I can get the FB login info in webviewB. and then I have to login any site with FB login info.But I can't. Please help me.
In Android, I can use the setchromeclient() Or setWebviewClient(). but I can't in iOS.
I think the UIWebview has not enough func as Safari.