DynamicCardView Problem Help!

we have only your blocks, and we find no problme with your blocks. better show us what is the result upon any image is clicked. else it is harder to guess what as the real problem

Could you please take a look at my AIA file if I provide it to you?

The images are not Dynamically created. Check this :backhand_index_pointing_down: (FF → 4X)

I’ll try to rectify it…

1 Like

Hello, have you fixed it? I tried it a bit yesterday but couldn’t find the problem. There’s nothing wrong with my video link, I’m 100% sure of that.

I did try… But got to bed, had no sleep at all. I’ll try today. Due to lack of knowledge in your language, literally I didn’t understand some of the words…

Thank you. By the way, the language I’m writing in is Turkish. You can use a translation tool if you prefer.

I deleted the Firebase URL when I gave you the AIA file, just so you know.

FF → 8X, Res → 780p

Edit:

Let me tell you 1 thing. In this type of scenario, you need to work backwords. I can’t build the whole app for you. But as I observed, you have messed up the entry screens. You get the URL up and running first, later you decide how to and from where to get the URL (in your case - Firebase). After fetching them comes the showing part. How to show and where to show, you decide the UI.

I didn’t understand what you meant.

he showed in the video that on clicking any dynamic image video is playing nicely.

1 Like

Here is my AIA file. It’s been two days and I haven’t been able to solve the problem. Try adding a sample Firebase URL. The video isn’t opening. Please help, I’m going crazy!

VRec.aia (2).zip (217.0 KB

Sent you the AIA.Check it out…

I’m about to go crazy. I’ve checked everything, but the problem is the same. I click on a movie, but the video doesn’t open. Please, someone help!

Can you help me?

Please help! I’ve been struggling for two days and haven’t found a solution. I’m about to go crazy. Please!
I’m developing a movie app, but when I click on a movie in the movie list, the video doesn’t open.It was working perfectly before I added the DynamicCardView, but now it’s not working.


VRec.aia (2).zip (217.0 KB)

Hi dear,

If you notice, you added the images inside a FullClickable CardView generated with the DynamicComponents extension, but you’re handling the event of DynamicCardView, which is Kodular’s native component, they do not refer to the same objects.

In a previous post you opened, I explained that to handle AnyComponent from the DynamicComponents extension, you need to use a specific block.

I replaced “When Any Image Click” with “When Any Cardview Click.” When I click on the movie, the video opens, but it doesn’t play.

I’m not sure if anything has changed since last time, but first of all you need to make sure that you are actually passing a valid link to WebViewer.GoToURL.
Add a notification that shows the content of getValueAtKeyPath

I click on the movie, the web viewer opens, but the video doesn’t play. I checked the video links and they work fine. Can you help me?

EDİT:
I solved the problem. I added a Replace All Text Block, used dynamicComponents GetID GetComponent/card_, and it’s fixed.

1 Like