我使用以下HTML代码
<!DOCTYPE HTML> <html> <head> <title>test</title> <Meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <Meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"/> </head> <body> test </body> </html>
我的目的是防止用户放大或缩小。以上代码在iPhone和Android中不起作用。任何解决方案?
编辑:在iPhone设置中,如果在“设置”>“辅助功能”>“缩放”下将“缩放”选为“开”,则会覆盖元标记。 Source
不知道为什么它在Android中发生。