-
Notifications
You must be signed in to change notification settings - Fork 41
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
Feature request: Add support for telegram bot web apps #171
Comments
If you cannot do it with Chrome on desktops, then you cannot do it with ChromeXt. |
Indeed , usually telegram bots are server side applications but nowadays bots can launch a webview with a web ui for better user experience , and yes we can debug them using chrome devtools on desktop . You can find more info on https://core.telegram.org/bots/webapps#debug-mode-for-mini-apps . telegram also has a demo web app called @durgerking |
Thank you for the information. Moreover, the front-end of ChromeXt deliberately ignore debug sessions for service-workers, which might cause the issue. |
@Talisman9964 were you able to find a solution? |
Would be awesome if i was able to inspect my telegram bot web apps on mobile directly in telegram . If possible please add support for telegram web apps webview to chromext . I am not sure if telegram android uses the system webview or not but it seems like it does
The text was updated successfully, but these errors were encountered: