okey, i will be using that method. Thanks
Donât know. You said you receive an error. What error is that?
My extension throws a Runtime Error when something goes wrong, can I see what error message you are seeing?
Ok, I know the issue.
The WebView name is correct, the error comes in Get CardView By Id block. Kodularâs Dynamic Component returns different value than componentâs itself. So DynamicComponents extension canât add a component to Kodularâs built-in dynamic components.
Solution:
Delete Dynamic CardView component and create dynamic CardView components with my extension too. Use MakeroidCardView
name for CardView.
Okay I understand, so the default dynamic component of Kodular can not be collaborated with your extension⊠Thanks for your answer I can continue my project @yusufcihan
I used Webvieweer to display some images with many listsâŠ, and when I tried the WebView display only display 1 image⊠How to apply the right?
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