Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-640] Only first webview is visible in scrollable views

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-07-28T17:05:27.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labels1.1.2, ios, ipad
ReporterThor Svensson
AssigneeReggie Seagraves
Created2011-04-15T02:33:28.000+0000
Updated2011-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);

Comments

  1. Vikramjeet Singh 2011-07-28

    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

JSON Source