Re: How do detect if template is being viewed on mobile device?

2022-03-20 Thread Django2021
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

Re: How do detect if template is being viewed on mobile device?

2022-03-20 Thread Django2021
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

What methods are available to determining display type & screen dimensions for dynamic formatting of Django templates.

2022-03-17 Thread Django2021
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

Re: How do detect if template is being viewed on mobile device?

2022-03-16 Thread Django2021
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

Re: How do detect if template is being viewed on mobile device?

2022-03-16 Thread Django2021
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

How do detect if template is being viewed on mobile device?

2022-03-16 Thread Django2021
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