feat(android): use native webview instead of gioui framework
All checks were successful
arcad/arcast/pipeline/head This commit looks good

This commit is contained in:
2024-04-29 11:51:45 +02:00
parent 49c23e66de
commit 7c75b478a3
18 changed files with 330 additions and 342 deletions

View File

@ -1,21 +1,22 @@
.root {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
}
.video {
object-fit: cover;
width: 100%;
height: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
height: auto;
left: 0;
object-fit: contain;
/* position: absolute; */
right: 0;
top: 0;
width: 100%;
flex-grow: 1;
width: 100%;
}