|
@@ -167,7 +167,7 @@
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
<FnzDiv @ref="bottomBar" class="bottom-bar fixed-bottom d-flex flex-wrap align-content-end flex-column-reverse" style="z-index: 4096;">
|
|
<FnzDiv @ref="bottomBar" class="bottom-bar fixed-bottom d-flex flex-wrap align-content-end flex-column-reverse" style="z-index: 4096;">
|
|
- <FnzVideo @ref="player" @onloadedmetadata="@PlayerLoaded" class="@PlayerCssClass" src="@currentPlayingUrl" autoplay controls></FnzVideo>
|
|
|
|
|
|
+ <FnzVideo @ref="player" @onloadedmetadata="@PlayerLoaded" class="@PlayerCssClass" src="@currentPlayingUrl" autoplay controls playsinline></FnzVideo>
|
|
<div class="text-end">
|
|
<div class="text-end">
|
|
<button class="btn btn-secondary text-nowrap" type="button" @onclick="@StopAndClose">
|
|
<button class="btn btn-secondary text-nowrap" type="button" @onclick="@StopAndClose">
|
|
<i class="bi bi-x-circle"></i> Stop and close
|
|
<i class="bi bi-x-circle"></i> Stop and close
|