Why you use WebViewer to display images? You can use Image component and load it from a URL too (with Image Utilities component). This is more appropriate solution.
The Image component standalone can load images from URLs, not sure what you meant. Take a look at my Pixabay API Search Template - the image component loads URLs without needing Image Utilities.
I know but Image Utilities load images asynchronously, so app never hangs while images are loading.
Image loading becomes faster 2x by using webviewer than image component.
Because images with URL requires instant sync for loading faster
But creating a lot of WebViewer instances are slower than creating Image components.
Of course. . But I use the recycle view to load other Webviewer components
@yusufcihan can you state the version number in the first post? I can then track and know when a new version releases when I just look at the first post
Oh, of course! Sorry I forgot to add it.
I created a Label and I want to make it read the HTML format but it doesn’t work is there any way to make HTML read?
Here, Today I got to see one of the amazing Extension Ever built. Keep the good work up
That looks like a bug with blockly. Could you please open a new topic with more info so we can take a look?
Thanks
Nope (yet). App Inventor decided to only add a Getter for HTML Format property, but if you call the property manually (which is coming to next release) you can actually change HTML Format and other properties which only can be edited in Designer
Just give me some time for next release
ok thanks we await the next version
can we use custom font style for dynamic label
If you can do that normally for Labels, then yes.
Sorry, It disappeared and can’t reproduce it now.
Wow I feel that with this extension I would be working on flutter. Goodbye component overload, hello instantiators! Well done.
Test :
A search of the database returning several lines. And I will try to put these values inside the .text property. Then edit these values and save them in the database.
Error :
Blocks :
This code block is inside a loop for each item in list.
componentName
should be TextBox
, not TEXT BOX