jsakamoto
jsakamoto
@mysteryx93 In my opinion, it is not a good idea to support the change `lang` tag by this component/library. If I implement this case, I will implement it on standard...
@mysteryx93 It is not a Blazor matter. It is a general topic of ASP.NET Razor Pages programming. The "lang" attribute in the "html" tag is important for only the server-side...
@ceir Thank you for your proposal! Well, your proposal makes sense, so I'll try to implement the ability to allow multiple tags with duplicate keys. However, it must not be...
@thepra Thank you for the feedback! Honestly, I'd never considered this scenario that you said. But anyway, I've been started to be interested in supporting this scenario and resolving this...
@thepra I published the new version of the Blazor Head Element Helper NuGet packages v.7.1.0. - https://www.nuget.org/packages/Toolbelt.Blazor.HeadElement/7.1.0 This version has supported a `media` attribute in `meta` elements and identifies them...
@thepra I've not reproduced that problem yet. Can you reproduce the problem on my sample app I attached below? [📦BlazorServerApp1.zip](https://github.com/jsakamoto/Toolbelt.Blazor.HeadElement/files/8814387/BlazorServerApp1.zip)
@thepra Thank you for reporting! I'll consider the offline scenario that you said. By the way, I can not work on this issue right now, so I would appreciate it...
@thepra Thank you for waiting. Today, I published the new version of "Toolbelt.Blazor.HeadElement" NuGet package. - https://www.nuget.org/packages/Toolbelt.Blazor.HeadElement/6.0.2 I improved offline support at this version, so this package version should fix...
@thepra Thank you for replying. I agree that I should improve the document. And I'd like to do that as soon as possible. By the way, in my test case,...
@vd3d Could you tell me why you need to add the attribute "data-app=true" into the "meta" tag? Adding support to accept any attributes is very hard work because this is...