UIWebView iOS not display Yahoo confirm SMS Security -
i try develop application using yahoo sdk. when app show webview url :
https://api.login.yahoo.com/oauth/v2/request_auth?oauth_token=....
then input username , account login. webview displays confirm sms security view. webview not display "verify" button, image below:
my webview set _webview.scalespagetofit = yes;
how resolve problem?
thanks.
correct webview frame using
[_webview setframe:cgrectmake(x, y, width, height)];
Comments
Post a Comment