Skip to content

Instantly share code, notes, and snippets.

@ericoporto
Created June 9, 2021 01:17
Show Gist options
  • Select an option

  • Save ericoporto/9e3a280a8bc54225c91fa4dc6944b382 to your computer and use it in GitHub Desktop.

Select an option

Save ericoporto/9e3a280a8bc54225c91fa4dc6944b382 to your computer and use it in GitHub Desktop.
how to change the address bar color on mobile dynamically
<meta name="theme-color" content="#000000" />
document.querySelector('meta[name="theme-color"]').setAttribute('content', '#ffffff');
document.querySelector('meta[name="theme-color"]').setAttribute('content', '#000000');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment