Am Dienstag, 29. Januar 2013 15:08:37 UTC+1 schrieb Paul Schütte:
I would suggest to add a mobile-friendly meta-tag to the login and confirmation-pages for the OAuth process.
Without this tag the pages are initially rendered very small and the user has to zoom in to see what is to be done.
Good point!
Adding
<meta name=”Viewport” content=”width=480; user-scaleable=no; initial-scale=1.0” />
I don't think that's a good decision for all devices.
What about
<meta name="viewport" content="width=device-width" />
Any other suggestions?
Claus