[TIMOB-3228] iPhone backGroundImage with remote images
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2012-09-04T11:04:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | look1 |
Reporter | Chris |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:40:00.000+0000 |
Updated | 2017-03-28T17:18:39.000+0000 |
Description
Trying to use a remote image for a background of a view.
view = Ti.UI.createView({
backGroundImage:'http:url-to-image' });
The image will appear on an Android device but not on the iPhone.
Can this be looked into?
Tested on a Samsung Galaxy S2 and on the iOS simulator using TiSDK 2.2.0v20120904101713, unable to reproduce the issue. Ticket marked as resolved.
why it's marked 'Resolved'? the problem is still there. In Junaid's comment, the code slice is using the ImageView, but not the View. Currently, the backgroundImage still can not fetch image with remote URL.
Agreed, the test code does not actually test the bug as reported. I had someone asking about remote background images the other day in IRC, too.
BackgroundImage on view is still not working on iOS (3.2.3 GA); it's working on Android Testcode:
using an imageview with image set to the external URL will work.