Skip to content

Commit

Permalink
Merge pull request #214 from Ughuuu/fix-ios-keyboard-zoom-on-safari
Browse files Browse the repository at this point in the history
Fix ios keyboard zoom on safari
  • Loading branch information
jss2a98aj authored Jan 4, 2025
2 parents 1f9411d + b75f82b commit 0026958
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions misc/dist/html/full-size.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
<title>$GODOT_PROJECT_NAME</title>
<style>
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
font-size: 16px;
}
html, body, #canvas {
margin: 0;
padding: 0;
Expand Down

0 comments on commit 0026958

Please sign in to comment.