How to disable UIWebview horizontal scrolling?

前端 未结 7 1223
长情又很酷
长情又很酷 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;

    0 讨论(0)
提交回复
热议问题