Save screen via button - save jpg

Hello everyone,

I ask all smart people to help)
How can you do this?

The user enters the height and width into the table. Then click - Save jpg. And it should download as a screenshot in jpg. thanks

Hi @Pavel83, welcome to the community.

You have 3 options

  1. no-code Use a backend service like https://www.bannerbear.com/ and on the save button you make the action External URL and have it point to the API you setup at banner bear with &dl as the last parameter
  2. some-code Create a custom component specific that will do what you want
  3. heavy-code get into the Adalo native code and inject a screenshot saver where you need it
4 Likes