I have a button on a web page, and I want to press that button to execute a function from the inventor of the app but instead of doing it with a native button, do it with a button from my website. What I need are the blocks that interpret the event of having pressed the HTML button.
Example of my current block
I would also like to see how I can send the parameters for the coordinates through the HTML button.