Telegram-Mini-Apps / telegram-apps

Made from scratch TypeScript packages, examples and documentation you will surely need to start developing on Telegram Mini Apps.
https://docs.telegram-mini-apps.com/
MIT License
693 stars 192 forks source link

[Bug]: down image not working #460

Closed flamingooo7 closed 2 months ago

flamingooo7 commented 2 months ago

Telegram Application

Telegram for Android

Describe the Bug

In my miniapp, i try implement the image download feature, but it is not working. link this: download

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected Behavior

working normally

heyqbnk commented 2 months ago

Not related to SDK or any other component.

Consider creating an issue in the issues repository.

You can use navigator.share where supported, or send the file using the bot. It is the only way I know