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
1 Answer
Reset to default -2The <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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744769648a4592680.html
评论列表(0条)