I need a button on my Drupal 7 site, where when I press it, I change the meta tag content
<meta name="viewport" content="width=device-width, initial-scale=1.0">
bootstrap located in sites/all/themes/bootstrap/templates/system/html.tpl.php
, to
content="1024"
and this button is only displayed on mobile.
Any suggestions?