Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

ScrollableView and Webview - 1.5.0 (29/11)

Hi, i see this bug a lot of times reported here and in lighthouse, but none of them with a correction.

but a 2 days old, was reported that bug is fixed:
https://appcelerator.lighthouseapp.com/projects/32238/tickets/2093-webviews-in-a-scrollable-view-fail-to-render-until-a-scroll-updown-happens

but none in 1.5.0 (29/11) or git was resolved this for me in iPad.

if i use this code above, work correctly in emulator, but NOT in real iPad.


var sc = Ti.UI.createScrollableView({ showPagingControl:true });

var wb1 = Ti.UI.createWebView({ url:'1.html' });
var wb2 = Ti.UI.createWebView({ url:'2.html' });
var wb3 = Ti.UI.createWebView({ url:'3.html' });

sc.addView(wb1);
sc.addView(wb2);
sc.addView(wb3);

Anyone has this problem too?

Sorry for my poor english, i'm Brazilian.

— asked November 30th 2010 by Adriano Paladini
0 Comments

1 Answer

  • Now, this bug is fixed in final 1.5.0, 1.5.1 and 1.6.0

    — answered December 23rd 2010 by Adriano Paladini
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.