Insert URL?

Is there a way to insert a URL into the UI for a SmartApp?

java.net.URL is not allowed within SmartThings and I’m not sure how else to approach it. All I’m looking to do is:
paragraph(“Placeholder URL” + url) so that users can be directed to another site when clicking on the URL.

Any help would be appreciated, I’m new to SmartThings development.

		section("About") {
			href url:"https://...", required:false, title:"If you like this app, please support the developers...", description:"anything"
		}

Thank you @tgauchat I appreciate the help.

1 Like