6.2.0.v20170905144404
When
true
webview with long body text will have height cut off as Ti.UI.Size is not correct.
Test case.
Put 2 webviews inside a scrollview, vertical layout.
First webview has single line of body text for html.
Second webview has multiple paragraphs.
Both webviews need ti.ui.size as height.
Second webview will have Ti.UI.SIZE incorrect when run-on-main-thread is true.
Second webview will have Ti.UI.SIZE correct when run-on-main-thread is false.
Note: This affects compatibility with production apps using webview and hyperloop as hyperloop requires run-on-main-thread to be true.
Hey [~threethirds], thanks for the ticket. Could you provide a little more info please so we can prioritize this and move it along as necessary * Is this Android, iOS or Windows? * What was the SDK version you were using when this last matched the expectations, a 6_1_X release or earlier? I tried the below code on Android, but I wasn't fully sure what I was looking for, could you review the code and see whether it matches yours? Thanks!
Copying from email received, [~hknoechel] looks to be iOS and not a regression from 6.1.2
Hello, can you please test this on SDK 6.3.0.GA? Thanks.
Hello [~threethirds], Can you please let us know the result of latest SDK 6.3.0.GA, If the issue still there, please provide the full reproducible sample code (or a sample project). Thanks.
Hello [~threethirds], I just wanted to follow up here. Did you manage to follow the instructions provided earlier? Let us know if you still experience any issue. We would be happy to assist you. Best Regards! Best