feat(ios): refresh home canvas toolbar

This commit is contained in:
Nimrod Gutman
2026-03-10 20:52:40 +02:00
committed by Nimrod Gutman
parent 67746a12de
commit 6bcf89b09b
7 changed files with 316 additions and 75 deletions

View File

@@ -7,7 +7,7 @@ struct ScreenTab: View {
var body: some View {
ZStack(alignment: .top) {
ScreenWebView(controller: self.appModel.screen)
.ignoresSafeArea()
.ignoresSafeArea(.container, edges: [.top, .leading, .trailing])
.overlay(alignment: .top) {
if let errorText = self.appModel.screen.errorText,
self.appModel.gatewayServerName == nil