admin管理员组

文章数量:1402956

I am trying to use the application-title meta tag that was released recently. It should work on Chrome version 134 and Edge version 134, but it is not working.

This is how I am using.

<meta name="application-title" content="Your App Title" />

Your App Title text is not appearing in the title section. Does anyone having the same problem?

I am trying to use the application-title meta tag that was released recently. It should work on Chrome version 134 and Edge version 134, but it is not working.

https://developer.mozilla./en-US/docs/Web/HTML/Element/meta/name

This is how I am using.

<meta name="application-title" content="Your App Title" />

Your App Title text is not appearing in the title section. Does anyone having the same problem?

Share Improve this question edited Mar 12 at 5:07 Jahid Pathan asked Mar 12 at 5:03 Jahid PathanJahid Pathan 11 bronze badge 1
  • 1 instead of relying on this, try setting this in your manifest file. – ProDeSquare Commented Mar 12 at 9:51
Add a comment  | 

1 Answer 1

Reset to default -2

The <meta name="application-title"> tag has very limited support in modern browsers. According to the MDN documentation, it is not widely implemented, even in the latest versions of Chrome and Edge. Instead, you may want to use the tag for setting the page title or explore alternative approaches depending on your use case.

本文标签: htmlapplicationtitle meta tag not working for PWAStack Overflow