holoviz / panel

Panel: The powerful data exploration & web app framework for Python
https://panel.holoviz.org
BSD 3-Clause "New" or "Revised" License
4.64k stars 504 forks source link

Panel application on home page not re-sizing for mobile #2980

Open MarcSkovMadsen opened 2 years ago

MarcSkovMadsen commented 2 years ago

https://panel.holoviz.org/

The application does not resize to the mobile screen size. This means users have difficulties understanding that this is an interactive application.

panel-screenshot

cdeil commented 5 months ago

When I look at https://panel-gallery-dev.holoviz.dsp.anaconda.com/portfolio_analyzer or the other apps on my phone they indeed don't look so great.

If I run Lighthouse or PageSpeed https://developer.chrome.com/docs/lighthouse/pwa/viewport/?utm_source=lighthouse&utm_medium=devtools https://pagespeed.web.dev/analysis/https-panel-gallery-dev-holoviz-dsp-anaconda-com-portfolio_analyzer/oqq2l6s8rt?form_factor=desktop

It complains about this:

Does not have a tag with width or initial-scaleNo <meta name="viewport"> tag found

Screenshot 2024-03-26 at 19 25 02

Does this make sense for Panel apps to set this? Or could it make things worse?