Yu-Core / SwashbucklerDiary

侠客日记是一个开源、跨平台的本地日记app,使用MAUI Blazor 构建。"SwashbucklerDiary" is an open source cross-platform local diary app using MAUI Blazor .
GNU Affero General Public License v3.0
797 stars 80 forks source link

[Bug Report]: Mac端,iframe可能不显示 #38

Closed Yu-Core closed 2 months ago

Yu-Core commented 5 months ago
private void BlazorUrlLoading(object? sender, UrlLoadingEventArgs e)
{
#if IOS
    e.UrlLoadingStrategy = UrlLoadingStrategy.OpenInWebView;
#endif
}

或许可以从这里入手,https://learn.microsoft.com/dotnet/maui/user-interface/controls/blazorwebview?view=net-maui-8.0#play-inline-video-on-ios 需要判断url是否来自iframe,而不是a标签。否则a标签就无法在外部打开。

Yu-Core commented 2 months ago

Completed https://github.com/Yu-Core/SwashbucklerDiary/commit/013e1742a54c92b0d7a8159b71be28cceba25fe2