Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 使用引导自动缩放文本字段_Html_Css_Twitter Bootstrap_Responsive Design - Fatal编程技术网

Html 使用引导自动缩放文本字段

Html 使用引导自动缩放文本字段,html,css,twitter-bootstrap,responsive-design,Html,Css,Twitter Bootstrap,Responsive Design,我正在使用bootstrap.css,所以我的站点是响应性的。在右上角有一个字段。当我使用Android手机时,我发现了以下问题: 1) 我单击文本字段 2) 它会自动缩放输入字段 3) Bootstrap意识到发生了缩放,并在屏幕上显示左上角,因此我无法再看到搜索字段(右上角) 有没有办法: 1) 防止3)自动变焦发生时? 2) 如果没有,是否禁用自动缩放 谢谢如果您的网站是为移动设备设计的,您可以决定不允许扩展。将此添加到您的移动设备中。然后按百分比计算你的宽度,你会没事的: <met

我正在使用bootstrap.css,所以我的站点是响应性的。在右上角有一个
字段。当我使用Android手机时,我发现了以下问题: 1) 我单击文本字段 2) 它会自动缩放输入字段 3) Bootstrap意识到发生了缩放,并在屏幕上显示左上角,因此我无法再看到搜索字段(右上角)

有没有办法: 1) 防止3)自动变焦发生时? 2) 如果没有,是否禁用自动缩放


谢谢

如果您的网站是为移动设备设计的,您可以决定不允许扩展。将此添加到您的移动设备中。然后按百分比计算你的宽度,你会没事的:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />

Bootstrap无法进行缩放这与Bootstrap无关。长时间的问题。阅读: