Fix: IOS Input Zoom
config for theme consistency and iOS standalone mode - Modified manifest.ts to ensure proper metadata - Added display: standalone for iOS PWA behavior
This commit is contained in:
parent
0b7989c3d3
commit
68c43ea372
5 changed files with 35 additions and 0 deletions
|
|
@ -11,3 +11,12 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/* Add Fix for IOS to allow PWA and stop zooming on the page */
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
select,
|
||||
textarea,
|
||||
input {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue