. , , , / , - . , iPhone iPad 980 . , , Bootstrap 2 768px 980px, - , , , , .
- ( , ), , , .
HTML
<meta name = "viewport" id = "viewport_device">
JavaScript jQuery
if(navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i) || navigator.userAgent.match(/Android/i)
|| navigator.userAgent.match(/BlackBerry/i) || navigator.userAgent.match(/IEMobile/i)){
$("#viewport_device").attr("content", "initial-scale = 0.50");
}
else if(navigator.userAgent.match(/iPad/i)){
$("#viewport_device").attr("content", "initial-scale = 1.00");
}
IF . , 0.50. , , 50%. iPad , 1. , , .