Will the <meta> tag work if it's dynamically added to the body after
the initial page render? If so, then you could just insert it into
your view function...
import Html
import Html.Attributes as Html
main =
Html.div []
[ Html.meta [ Html.name "viewport", Html.content "..." ] []
, ...
]
> --
> You received this message because you are subscribed to the Google Groups
> "Elm Discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
elm-discuss...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.