In Android we can put a web image on the background button or image/picture as this:
In iOS these blocks have not error but NOT runs.
@ewpatton: Will be implemented in iOS this feature?
In Android we can put a web image on the background button or image/picture as this:
In iOS these blocks have not error but NOT runs.
@ewpatton: Will be implemented in iOS this feature?
I don't have any immediate plans to implement it, but it's certainly something that could be done. For now I've logged an issue on GitHub that external contributors could work on.
Ok. Thanks. By default we can work with this iOS issue because it doesn't fail de App. The button/image maintain the background image of the designer in iOS and in Android runs well changing the web background image.
As a temporary workaround, you could use the Web component to download the images you need and then in the GotFile event handler assign them to the various components. This is effectively what App Inventor does internally, except they are just kept in memory rather than being written to the file system.