Rafs
08/12/2023, 11:15 AMfillMaxSize()
. My index.html and styles.css files look good enough. what could be the possible causejamshedalamqaderi
08/13/2023, 6:43 AM<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Jamshed Alam Qaderi - Portfolio</title>
<script src="skiko.js"></script>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: white;
overflow: hidden;
}
</style>
</head>
<body>
<canvas id="ComposeTarget"></canvas>
<script src="project.js"></script>
</body>
</html>
Rafs
08/13/2023, 8:32 AMjamshedalamqaderi
08/13/2023, 8:32 AMRafs
08/13/2023, 8:33 AMjamshedalamqaderi
08/13/2023, 8:33 AMjamshedalamqaderi
08/13/2023, 8:34 AMjamshedalamqaderi
08/13/2023, 8:39 AMonWasmReady {
CanvasBasedWindow("JamshedAlamQaderi-Portfolio") {
BootstrapApp(navigationManagerService)
}
}
jamshedalamqaderi
08/13/2023, 8:39 AMRafs
08/13/2023, 8:40 AMjamshedalamqaderi
08/13/2023, 8:43 AMjamshedalamqaderi
08/13/2023, 8:43 AMjamshedalamqaderi
08/13/2023, 8:44 AMjamshedalamqaderi
08/13/2023, 8:45 AM./gradlew -t :webApp:jsBrowserRun
Rafs
08/13/2023, 8:47 AMCanvasBasedWindow
Rafs
08/13/2023, 8:47 AM