Changed the orientation settings in PwaManifestBuilder.php from 'portrait' to 'any'. This allows the PWA to adjust to any screen orientation, enhancing user flexibility.
"launch_handler" => [
"client_mode" => "focus-existing"
],
"launch_handler" => [
"client_mode" => "focus-existing"
],
- "orientation" => "portrait",
+ "orientation" => "any",
"icons" => [
[
"src" => setting('app-icon-32') ?: url('/icon-32.png'),
"icons" => [
[
"src" => setting('app-icon-32') ?: url('/icon-32.png'),