Link does not open when clicking the button on android
Hellpppp
Does it work for any links or is it just the links you have written? It could be that the URL node doesn’t work for android or that you need an implementation method, something similar to this but for web-browsing:
dependencies {
def billing_version = "5.1.0"
implementation "com.android.billingclient:billing:$billing_version"
}