PricingBlog

Injected link tag seems to be overriding my custom meta tags

  • mbirkegaard-1201912820342734848

    mbirkegaard

    2 years ago

    I'm trying add some PWA'ness to my app and I have trouble costumising the app title when I save my app to my homescreen on iOS. I'm adding
    <meta id="-nlfDEYoGQ0QvQrpmHcQF" name="apple-mobile-web-app-title" content="renosyd">
    to my page header, but it's not taking effect. The id is toddle generated. I'm instead getting "toddle" as the title. After some digging, I think this link tag is overriding what I'm trying to set.
    <link rel="manifest" href="https://raw.githubusercontent.com/cullophid/toddle-icons/main/icons/site.webmanifest">

    I also tried adding my own manifest, but since the toddle is added by default in <head> I cannot get my own to take effect.
    1
  • Team toddle 🙏
  • erikbeus-1201925838782603304

    Erik Beuschau

    2 years ago

    I’ll have a look at this tomorrow. It should be possible to get a fix out soon to support this 🤞
  • mbirkegaard-1201931828957822977

    mbirkegaard

    2 years ago

    Thanks!
  • erikbeus-1202179453653090334

    Erik Beuschau

    2 years ago

    I've made sure that we only inject the manifest for the toddle project going forward 😅 Could you check if it works now? 🤞
  • mbirkegaard-1202185473829904384

    mbirkegaard

    2 years ago

    Works! Thank you!
    🎉1