iOS Meta-Tag um das skalieren des Contents zu sperren!


/ Published in: HTML
Save to your folder(s)

iOS Meta-Tag um das skalieren des Contents zu sperren!


Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2.  
  3. <meta charset="utf-8" />
  4.  
  5. <!-- Set the viewport width to device width for mobile -->
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7.  
  8.  
  9. ---------------
  10.  
  11. <!DOCTYPE html>
  12.  
  13. <meta charset="utf-8" />
  14.  
  15. <!-- Set the viewport width to device width for mobile -->
  16.  
  17. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.