标签: uiwebview uigesturerecognizer
我希望我的网络视图可以左右移动,但不能上下移动。 这可能吗?
感谢。
答案 0 :(得分:0)
<html> <head> <meta name = "viewport" content = "height = device-height, user-scalable = no, width = WIDTH"> </head> <body> ...YOUR HTML </body> </html>
将宽度替换为内容的宽度,并查看其工作原理。