marzban-templates icon indicating copy to clipboard operation
marzban-templates copied to clipboard

Cant copy links on Android

Open qwertyhq0x opened this issue 1 year ago • 0 comments

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
                        }
                    }

qwertyhq0x avatar Sep 01 '23 13:09 qwertyhq0x