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: enter image description here

my webview set _webview.scalespagetofit = yes;

how resolve problem?

thanks.

correct webview frame using

    [_webview setframe:cgrectmake(x, y, width, height)]; 

Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -