Skip to content
New issue

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

Login app redirect from within Telegram WebApps on Android not working #138

Open
aorumbayev opened this issue May 1, 2023 · 0 comments
Open

Comments

@aorumbayev
Copy link

Issue description

Upon clicking login when invoked from within Telegram native WebApps in a bot, authentication redirect into pera wallet app is not working.

Same behavior works fine on iOS and Desktop telegram clients.

Steps to replicate

  1. Open https://t.me/algoworld_swapper_bot from within telegram
  2. Open webapp inside the bot
  3. Click login
  4. Select pera
  5. Observe popup being loaded and click to authenticate
  6. Observe error (redirect does not happen and app is stuck)

Expected behaviour

Redirect invokes pera android app

Further notes

I suspect it has something to do with the fact that its invoked from within telegram and webapp does not have access to parent filesystem (can't issue redirect). Not sure why this works fine on ios though, probably because its a different acl in ios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant