GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-04-06T18:02:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | css, fontsize, list, scrollview, webview |
Reporter | Markus Wutzler |
Assignee | Mauro Parra-Miranda |
Created | 2012-12-13T09:24:49.000+0000 |
Updated | 2016-03-08T07:41:08.000+0000 |
In one of our apps we need to put a WebView on a ScrollView, which is difficult to handle. But now we detected another issue. As you see in [^iOS Simulator Bildschirmfoto 13.12.2012 10.12.46.png] we placed a nested unordered list on the WebView. It should look like [^iOS Simulator Bildschirmfoto 13.12.2012 10.12.18.png] (where the WebView is not placed on a ScrollView).
*Expected behavior*
[^iOS Simulator Bildschirmfoto 13.12.2012 10.12.18.png]
*Current behavior*
[^iOS Simulator Bildschirmfoto 13.12.2012 10.12.46.png]
*Sample*
[^app.js], [^styles.css]
*Additional notes*
I also debugged the WebView using Safari's developer console. As you see in [^Bildschirmfoto 2012-12-13 um 09.37.09.png] the font-size i set is 14px and the computed one is 21px.
Hi Markus, We do not support adding web views to scroll views. From Apple's official documentation: {quote}Important: You should not embed UIWebView or UITableView objects in UIScrollView objects. If you do so, unexpected behavior can result because touch events for the two objects can be mixed up and wrongly handled.{quote}
Invalid issue.