How does this button work

when i click my button, nothing happen

image_2021-04-02_002311

How does it work? I want to share message, app name and my app package name.

thanks.

You can check the kodular docs, maybe its now working because your package name is invalid?

https://docs.kodular.io/components/user-interface/button/
https://docs.kodular.io/components/social/sharing/

Also, Sharing component has a App not found event, you can set a label text to the “name” output and see the error.
image

can you try to see if it works for you

image

A package name must be in the form of com.something.something … and so on, containing a minimum of one period.

As @Chocoduba_BR mentioned, use the App Not Found event to debug.

1 Like

I entered the right package name but nothing happen, that’s why I asked him to test it if for him it will work

You can post the image here. Package name is wrong in above image.

1 Like

Why don’t you enter your package name and see what happen