[TIMOB-640] Only first webview is visible in scrollable views
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-07-28T17:05:27.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | 1.1.2, ios, ipad |
| Reporter | Thor Svensson |
| Assignee | Reggie Seagraves |
| Created | 2011-04-15T02:33:28.000+0000 |
| Updated | 2011-07-28T17:05:27.000+0000 |
Description
If adding more than one web view to a scrollable view, only the first web view is shown.
This appear to be a new in 1.1.2
var wv1 = Titanium.UI.createWebView({url:'http://www.thorson.dk/saxotimes/terror.html'})">http://www.thorson.dk/saxotimes/terror.html'});
var wv2 = Titanium.UI.createWebView({url:'http://www.thorson.dk/saxotimes/naboer.html'})">http://www.thorson.dk/saxotimes/naboer.html'});
var scrollView =
Titanium.UI.createScrollableView({views:[wv1,wv2],showPagingControl:false});
win.add(scrollView);
win.show(scrollView);
Bug Scrub: Invalid/fixed. Test Case created Tested On: Mac OSX Lion TiMob Version: 1.7.2 TiStud Version: 1.0.2 Devices used: iPad 4.2.10