How to make a swipe down to uncover like this one too

yes i’ll make it soon… but not tomorrow as i have to go back to hostel to bring all the things back whaich was left there due to lockdown if i’ll not go there then may be after next guide as i requested a extension developer to add a feature in his extension so that it will be more easy to make

1 Like

how will you open it ?

Can you send this app link…

I hope the good news are coming soon.

@Zexo_Man I’m requesting some developer to add a feature in their extension so that it will be so easy to make that but right now we can make swipe to open slider type

2 Likes

He is suspended now what?

You can wait for him for the next 1000 years.

Or Probably PM me i will definitely help you.

1 Like

This post was flagged by the community and is temporarily hidden.

1 Like

You can detect drags on any view using my extension.I will publish a guide soon about how to drag components:


Tip: register component and then use onTouch event.If the user is dragging it will return in the action variable ACTION_MOVE

2 Likes

Thanks for the great extensi9n but i am facing a problem. It seems that it is only dragable from the edges or the border of the components.

1 Like

That happens only with card view, i don’t know why.You can make a card view with an arrangemnt by setting its IsCard property to true.It will be dragged without any problem
P.S: i’m making an update now that will help you making this effect.With some extra block :wink:

You mean you re making it compatible with card view? It will be great!. When is the update?

1 Like

Using a vertical arrangements instead of card view fixed the drag issue but the problem is I can’t give the arrangement the rounded edges look i gave to the card as there is no option to control corner radius.

1 Like

it’s already compatible.But only for the edges of the card, idk now even why that happen :man_facepalming: Because i don’t know how the card view is programmed.What’ve only noticed that this only happens on the places that card views aren’t clickable (edges) .:nerd_face:

There is two ways, enable UseRoundCorners property, or use this extension ( it works for arrangements as well, just download the right extension because there is two)

1 Like

For me this not an option because my app is almost ready with card views and now I cannot take risk to replace them all with arrangement :slightly_frowning_face:

I need to find other solution

1 Like

I’m trying my best to find a solution for this issue.:+1:

1 Like

the roundcorner properties doesn’t let me control the radius and the extension you shared has a variation for arrangement but it doesn’t work

I DON’T KNOW IF THIS IS HELPFUL OR NOT

i tried putting the card inside the arrangement then control the arrangement with your drag extension and the behavior didn’t change the arrangement still needed to be dragged from the edges of the card.which does not seem right since the whole thing is the arrangement. this may suggest that kodular cards are surrounded by arrangements already and you can drag them from the areas where the arrangement doesn’t contain the card

1 Like

It is possible to archive exactly what u wnt u can archive. with my extension (paid)