How to disable UIWebview horizontal scrolling?

前端 未结 7 1224
长情又很酷
长情又很酷 2021-02-05 14:48

I\'ve tried disabling it by inserting:


into my HTML string, and a dozen variations of th

7条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-05 15:09

    I eventually managed to solve this. I'd already tried setting the viewport width value, and it didn't work. What DID work was using overflow:hidden in conjunction with setting the viewport width. Thanks for answering anyhow.

提交回复
热议问题