We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start_params
in this url for example : https://t.me/mybot?startapp=bbId38341612
when open it with telegram desktop, WebApp.initDataUnsafe.start_param working fine and get bbId38341612
but when I want open that with iphone 13 , always WebApp.initDataUnsafe.start_param is undefined, my project on react.js
and "@twa-dev/sdk": "^7.0.0", help me to fix that
The text was updated successfully, but these errors were encountered:
Seems like Telegram bug, not this package.
Sorry, something went wrong.
in this url for example : https://t.me/mybot?startapp=bbId38341612 when open it with telegram desktop, WebApp.initDataUnsafe.start_param working fine and get bbId38341612 but when I want open that with iphone 13 , always WebApp.initDataUnsafe.start_param is undefined, my project on react.js and "@twa-dev/sdk": "^7.0.0", help me to fix that
Same issue here. did you find any fixes or workarounds?
Had similar issue, got fixed by switching from https://t.me/bot/?startapp=key to https://t.me/bot/referrer?startapp=key
https://t.me/bot/?startapp=key
https://t.me/bot/referrer?startapp=key
No branches or pull requests
in this url for example : https://t.me/mybot?startapp=bbId38341612
when open it with telegram desktop, WebApp.initDataUnsafe.start_param working fine and get bbId38341612
but when I want open that with iphone 13 , always WebApp.initDataUnsafe.start_param is undefined, my project on react.js
and "@twa-dev/sdk": "^7.0.0",
help me to fix that
The text was updated successfully, but these errors were encountered: