How I can make a clickable link in kodular

Please help me, How I can make a clickable link in kodular. When the user clicks a button or any component in my app then the link goes to open chrome browser. Is it possible in kodular?

Yes, Using Activity Starter

Use custom tabs component

It is experimental component Better is to use activity starter

Activity Starter Guide

Set ActivityStarter.Action to android.intent.action.VIEW

Set ActivityStarter.Url to
YOUR LINK OR ANY OTHER URL

That’s it now set start activity starter activity in button.click event

3 Likes

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

1 Like

Why do you want to use extension(specially from Deep Host) when you can do it simply using label?
Just enable the HTML property of label.

2 Likes

& use this html code

<a href="url">link text</a>
1 Like

Enable html format
Change the lable text color to blue
Insert your text between <u> and </u> just like
<u>your text</u>

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