This content has been marked as final.
Show 6 replies
-
Re: WKWebView scroll issue
KMT Jan 31, 2019 2:46 PM (in response to mgerchinhoren)Which view is taller...scrollview or it's container?
Assumes iOS platform.
-
Re: WKWebView scroll issue
mgerchinhoren Feb 1, 2019 9:25 AM (in response to KMT)The Scrollview's frame has the same height as its container. The Scrollview's content is taller than the container.
-
Re: WKWebView scroll issue
KMT Feb 1, 2019 7:42 PM (in response to mgerchinhoren)>The Scrollview's frame has the same height as its container.
It would be interesting to see what happened if the frame were just a bit taller, say at least one text line at all times.
-
-
-
Re: WKWebView scroll issue
john daniel Jan 31, 2019 5:22 PM (in response to mgerchinhoren)It is much easier to do these kinds of operations inside the HTML DOM.
-
Re: WKWebView scroll issue
mgerchinhoren Feb 1, 2019 9:26 AM (in response to john daniel)Hello John, thanks for your answer, do you mean to add the headers inside the html?
-
Re: WKWebView scroll issue
john daniel Feb 1, 2019 7:29 PM (in response to mgerchinhoren)Yes. I have seen a number of people have code that interacts with the legacy WebKit view hierarchy break when used with WKWebKit. I don't think WkWebView should be considered a true view. It isn't 100% stable either.
-
-