You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
0. Start with an iOS application where you are not yet signed in to Google
1. Go through an application flow for iOS that requires sign-in
2. Touch the "sign up" button to create a new account
3. Watch the behavior of the UIWebView as it redirects you to an account
sign-up page
What is the expected output? What do you see instead?
The sign-in page is presentationally optimized for mobile:
https://accounts.google.com/ServiceLogin?[queryparameters]. The sign-up page
that the UIWebView directs to from there when the user clicks --
https://accounts.google.com/SignUpGadget?[queryparameters] is not mobile
optimized.
Moreover, the UIWebView is not set to allow the content to be zoomable! Even if
SignUpGadget is not presenting mobile-optimized HTML -- this is likely beyond
the scope of this codebase -- the UIWebView should assume it may have to zoom
or unzoom its content. The server can override this on pages where it knows
better by including <meta name="viewport" content="user-scalable=no"> in the
content -- as indeed is done for ServiceLogin -- but the client's baseline
assumption should be different.
What version of the product are you using? On what operating system?
7-Oct-2011 release of gtm-oauth2. Running on the XCode 4.2 iOS 5.0 simulator
(bug originally reported on real hardware, though.)
Please provide any additional information below.
Original issue reported on code.google.com by hil...@google.com on 15 Feb 2012 at 5:42
The text was updated successfully, but these errors were encountered:
Proposed fix attached. Really all it consists of is checking the "Scales Page
to Fit" checkbox in the interface builder for the relevant UIWebView in the
relevant .xib.
Original comment by hil...@google.com on 15 Feb 2012 at 9:09
Original issue reported on code.google.com by
hil...@google.com
on 15 Feb 2012 at 5:42The text was updated successfully, but these errors were encountered: