[TIMOB-2459] iOS: ScrollableView and Webview - 1.5.0 (11/29/2010)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2017-05-01T22:42:19.000+0000 |
Affected Version/s | Release 1.5.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | linvalid |
Reporter | Adriano Paladini |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:20:23.000+0000 |
Updated | 2017-05-22T22:17:01.000+0000 |
Description
Hi, i see this bug a lot of times reported here, but none of them with a correction.
When i put WebViews in Scrollable view, first view was showed, but none of others was before i scroll up or down.
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"> https://appcelerator.lighthouseapp.com/projects/32238/tickets/2093-...
But none in 1.5.0 (11/29/2010) or git was resolved this for me in iPad.
If i use this code above, work correctly in simulator, 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);
Sorry for my poor english, i'm Brazilian.
Comments
- James K 2011-04-15
I also have this problem now. It did not occur in some older (pre-4.2) builds.
version=1.5.0
timestamp=11/21/10 21:50
githash=9d2b18d - Stephen Tramer 2011-04-15
Bumping to TBS to assign to whoever our Scroll Wizard will be.
- Lee Morris 2017-05-01 Resolving ticket as Needs more info as there is hardly any information whatsoever and this was created in April 2011 with little response since that time.
- Eric Merriman 2017-05-22 Due to the age of this ticket, I am closing it. If still a problem, please reopen.