How to put link in Label

then use

image

This doesn’t work nothing happening on clicking label

Didn’t worked :pensive:

did you watched the tutorial video i sent

Yes i watched that

1 Like

Try

or

2 Likes

blocks(3)

1 Like

I have created hyperlink on label after using 2nd block it is showing Error 601: No corresponding activity was found.

using companion

post your blocks

blocks(5)

and your link ?

2021-06-07_13h32_39 2021-06-07_13h32_53

android.intent.action.VIEW

not

android.intent.action.View

Same error after doing this

You can try to put https://www.google.com at your link. Then try and post here your result. If the error comes then the problem is in blocks or if error does not comes or works fine then it meant your URL is invalid or incorrect. Or also please do it on label text and post here so we can look what the label text contains.

@Sumit1334

See I have already putted https before link and text is in label text

The problem is cause you are using description in url <a href="https://www.rst1.com">Developed by Saksham</a> and after that in label.text you get only the description

image

2 Likes

@dora_paz
So how to make that correct ?

Try this

3 Likes

If you already know the URL of the label then enter it directly on the Data Uri. If you dont know the URL of label text then you can replace the text Developed By Saksham to your URL like @dora_paz 's example

1 Like