简体   繁体   中英

UIWebView iOS not display Yahoo confirm SMS Security

I try to develop an Application using Yahoo SDK. When App show a webview with url :

https://api.login.yahoo.com/oauth/v2/request_auth?oauth_token= ....

Then I input my username and account to login. Then webview displays Confirm SMS security view. But the webview do not display the "verify" button, like the Image below: 在此处输入图片说明

My webview also set _webView.scalesPageToFit = YES;

How do I resolve this problem?

Thanks.

使用校正Webview框架

    [_webView setFrame:CGRectMake(x, y, width, height)];

Use yahoo mobile login URL for login and set the yahoo api URL in "done" parameter. It redirect to yahoo api for your app authorization.

https://login.yahoo.com/m?&.src=oauth&.lang=en-us&.intl=us&.done=https://api.login.yahoo.com/oauth/v2/request_auth?oauth_token=.....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM