Skip to content

Commit 1060b4e

Browse files
authored
Merge pull request #9 from terrakok/ok/improve_cfw_app_mobile
Improve usability of web app in mobile browsers
2 parents 0401e00 + 1a0b90b commit 1060b4e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composeApp/src/jsMain/resources/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<title>Material 3 gallery</title>
67
<script src="skiko.js"></script>
78
</head>

composeApp/src/wasmJsMain/resources/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<title>Material 3 gallery</title>
67
<script src="skiko.js"></script>
78
</head>

0 commit comments

Comments
 (0)