opencaching / okapi

A common API for all National Opencaching.XX sites
22 stars 19 forks source link

Make authorization page responsive #607

Open andrixnet opened 3 years ago

andrixnet commented 3 years ago

A common scenario is an app (like c:geo) linking to OPENCACHING site. When authorization is requested, the user is redirected to the browser to perform an authorization. This is the case of mobile platform, most often a portrait smartphone.

This authorization page should be responsive or at least better optimized for display on such devices with small physical display.

wrygiel commented 3 years ago

Is this the same as https://github.com/opencaching/okapi/issues/316?

andrixnet commented 3 years ago

I'd say closely related.

316 asks for a mobile version of the authorization page. Considering m.opencaching.XX it may be said to be one scenario.

607 asks for a responsive authorization page, which can be said to imply making the regular (main site) authorization page respond to mobile display context. This may present additional challenges as the main OC site is not responsive and the authorization page exists within the site template (which is not [yet] responsive).

Enough splitting hairs :-) both have the same goal, whatever the technical solution.

A mobile friendly way to perform third party authorization through the authorization web page.