Screenshot sharing - iOS & Android

0
  • 31 favourites

Index

Stats

7,776 visits, 23,132 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Loading the screenshot

Once we've saved the screenshot, head to the layout you want the share button on and add the event "System > On start of layout". Now add a sub event (right mouse click the event > add > sub event. Or press S with the event selected) "WebStorage > Local key exists" and name the key "Screenshot" (Or the same name you used for saving the screenshot). Now add a global variable with the name "ScreenshotLink" select the type as text and give it the initial value CanvasScreenshot. Then head back to the Local key exists event and add the action "System > Set value" and set the variable to "ScreenshotLink" and use the value "WebStorage.LocalValue("Screenshot")".

  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!