Compare commits

..

4 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
05feeddf37 Initial plan 2026-03-03 14:16:43 +00:00
Neil Dorin
963925ffef Merge pull request #1388 from PepperDash/feature/add-IHasWebViewWithPwaMode
Feature/add i has web view with pwa mode
2026-02-24 15:36:59 -07:00
Neil Dorin
e162ed208b Update src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-24 14:53:31 -07:00
Neil Dorin
bd38475b10 Update src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-24 14:53:12 -07:00

View File

@@ -48,7 +48,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
bool IsInPwaMode { get; }
/// <summary>
/// Indicates whether the webview is currently in PWA mode
/// Gets the BoolFeedback indicating whether the webview is currently in PWA mode
/// </summary>
BoolFeedback IsInPwaModeFeedback { get; }
@@ -85,9 +85,3 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
}
}
}