Alejandro Rios
04/12/2024, 8:47 PMPablichjenkov
04/12/2024, 8:52 PM1.6.2
Oleksandr Karpovich [JB]
04/15/2024, 8:15 AM<meta name="viewport" content="width=device-width, initial-scale=1.0">
to your index.htmlAlejandro Rios
04/15/2024, 3:48 PMModifier.fullMaxSize
on itAlejandro Rios
04/15/2024, 3:49 PMindex.html
now:
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Boggle Multiplatform</title>
<script src="skiko.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div>
<canvas id="ComposeTarget"></canvas>
</div>
<script src="composeApp.js"></script>
</body>
</html>
And if you want to see the repo:
https://github.com/alejandro-rios/Boggle-MultiplatformOleksandr Karpovich [JB]
04/15/2024, 3:50 PMin some browsers the content is cropped to his own widthonly in some browsers? but okay in other browsers?
Alejandro Rios
04/15/2024, 3:54 PMAlejandro Rios
04/15/2024, 3:54 PMOleksandr Karpovich [JB]
04/15/2024, 3:55 PMAlejandro Rios
04/15/2024, 3:55 PMOleksandr Karpovich [JB]
04/15/2024, 3:55 PMAlejandro Rios
04/15/2024, 4:22 PMChris Athanas
04/22/2024, 2:57 AMAlejandro Rios
04/22/2024, 2:10 PM