I display the PayPal login web page in a UIWebView. The UIWebView is displayed modally in a view controller. The modal view uses the form sheet presentation style.
The web page does not size properly because the viewport in the html is set to the device width.
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=yes">
Does anyone have a solution to fix the size of the web page?
See screenshot: https://www.dropbox.com/s/p4xq3f4e02dowkd/iOS_Simulator_Screen_Shot_4_Feb_2015_16_34_25.jpg?dl=0