marzban-templates
marzban-templates copied to clipboard
Cant copy links on Android
Copy dont work only in Android devices inside Telegram Web App. IOS/PC/MAC - GOOD
i use your template in telegram like web app, with ssl on 443 port
it is possible that the built-in Telegram web app does not support the navigator.clipboard module.
"inline_keyboard": [
{{ IF us.status == 'ACTIVE' }}
[
{{ IF us.category.grep('^vpn-m-').first }}
{
"text": "Connection data",
"web_app": {
"url": "{{ storage.read('name','vpn_mrzb_' _ args.0 ).subscription_url }}" // link to marzban template
}
}