How to put link in Label

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

Yeah !
Thanks a lot this works :smiley: :grinning:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.