chore: add maximum-scale to avoid zoom on inputs in iOS (#40171)
Before: https://github.com/user-attachments/assets/6df2b36e-9d1e-489a-a674-fae91bbd1951 After: https://github.com/user-attachments/assets/d7867638-ca7f-4385-8d66-de9940c0534f <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced mobile display settings for improved viewing on smartphones. - **Refactor** - Reformatted the closing `</html>` tag for proper syntax. <!-- end of auto-generated comment: release notes by coderabbit.ai --> <!-- This is an auto-generated comment: Cypress test results --> > [!WARNING] > Tests have not run on the HEAD eb0ec6e4751d6ba320b683bf843b0bee58c75615 yet > <hr>Tue, 08 Apr 2025 13:14:12 UTC <!-- end of auto-generated comment: Cypress test results -->
This commit is contained in:
parent
5824b813ff
commit
00adc9ee62
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||
content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1"
|
||||
/>
|
||||
<title>Appsmith</title>
|
||||
<style>
|
||||
|
|
@ -250,4 +250,4 @@
|
|||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user