From a6ec0e52ecb33915cc4c4b22df1d2512ab9b0111 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 7 Nov 2025 19:44:50 +0100 Subject: PWA: use standalone display mode and disable scroll on modal sheets (#82) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com> --- src/frontend/public/manifest.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/public/manifest.webmanifest') diff --git a/src/frontend/public/manifest.webmanifest b/src/frontend/public/manifest.webmanifest index 161835c..afdab3c 100644 --- a/src/frontend/public/manifest.webmanifest +++ b/src/frontend/public/manifest.webmanifest @@ -5,7 +5,7 @@ "description": "Aplicación web para encontrar paradas y tiempos de llegada de los autobuses urbanos.", "short_name": "BusUrbano", "start_url": "/", - "display": "fullscreen", + "display": "standalone", "orientation": "portrait-primary", "lang": "es", "background_color": "#ffffff", -- cgit v1.3