是否有任何脚本可以在单击某些 HTML 元素时将 Safari 中的 iPhone 视口缩小到初始比例 = 1.0?
像:
jQuery('#element').click(function(){
//scale is set to default, 1.0 here (it zooms out as much as possible)
});
是否有任何脚本可以在单击某些 HTML 元素时将 Safari 中的 iPhone 视口缩小到初始比例 = 1.0?
像:
jQuery('#element').click(function(){
//scale is set to default, 1.0 here (it zooms out as much as possible)
});