Created
March 24, 2013 08:21
-
-
Save sergiolopes/5231024 to your computer and use it in GitHub Desktop.
Bookmarklet pra habilitar o zoom em páginas mobile mesmo quando o autor desabilita o zoom. Adicione esse bookmarklet no seu navegador mobile e acione-o em cima de qualquer página pra sobrescrever a meta tag viewport por uma usável com zoom habilitado.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:document.querySelector('meta[name=viewport]').setAttribute('content','width=device-width,initial-scale=1,maximum-scale=10,user-zoom=yes'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment