With Django how is it possible to detect
* if template is being viewed on mobile device?
and/or
* if template is being viewed in portrait or landscape mode?
Any suggestions appreciated.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To un
204665> (mobile)
>
>
> On 16/03/2022 22.28, Django2021 wrote:
>
>
> With Django how is it possible to detect
> * if template is being viewed on mobile device?
> and/or
> * if template is being viewed in portrait or landscape mode?
>
> Any suggestions apprecia
If only https://www.w3.org/TR/css3-mediaqueries/ had some practical
examples in Python or Django, it could be useful.
On Wednesday, March 16, 2022 at 9:34:19 PM UTC+1 Kasper Laudrup wrote:
> On 16/03/2022 21.28, Django2021 wrote:
> >
> > With Django how is it possible to
Increasingly we are finding the need to have reactive Django templates, in
order to present cross platform Django forms and pages to not only desktop
users buy also tablet, and mobile phone users.
We realize Bootstrap offers breakpoints as a means to control columns,
still we are looking for mo
HTML+CSS issue. If you don't want to
> learn much CSS, using a CSS framework like Bootstrap can help.
>
> Regards,
>
> Antonis
>
> Antonis Christofides
>
>
>
>
> On 16/03/2022 22.42, Django2021 wrote:
>
> > There are many ways to approach this proble
you don't want to
> learn much CSS, using a CSS framework like Bootstrap can help.
>
> Regards,
>
> Antonis
>
> Antonis Christofides
>
>
>
>
> On 16/03/2022 22.42, Django2021 wrote:
>
> > There are many ways to approach this problem, so it would b
6 matches
Mail list logo