P
P
Push Pull2014-08-14 17:25:53
iOS
Push Pull, 2014-08-14 17:25:53

Iphone UIWebView how to avoid fixed container height?

Actually the essence:
There is a UIWebView, there are a few elements inside it

<div>
  <a>Link1</a>
  <a......
  .......
</div>

Links are made through There are no more styles on the page. But the point is not in the links, but the point is that if the number of such elements is more than ~ 800px, then the rest will no longer be displayed, but will seem to be "cut off", while the scroll is present. I have already seen hundreds of requests on SO about the dynamic width of the UIWebView, but not one recipe helped. For what I will take, I will not apply my mind.
a { display: block; width: 100%; height: 80px; }

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question