How to disable UIWebview horizontal scrolling?

前端 未结 7 1324
长情又很酷
长情又很酷 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:23

    if the webView content a word which has length greater than the webView. you have to break that string. so use the below code in the div

    word-wrap: break-word;

提交回复
热议问题