I'm looking for a way to include extra description info in a lightning anchor link: e.g.
<a href="lightning:bitanon
Or even better using an Android Intent: e.g.
Intent(Intent.ACTION_SEND).apply { data = Uri.parse("lightning:") //type = "message/rfc822" putExtra("description", "payer
Anyone gotten something similar to work with getalby or other wallets using lnurl payments?
Awesome thanks dude, was scouring the LUDs for this. Will try to see if can get working.
reply