Page 1 of 1

Javascript running on its own

Posted: Wed Mar 18, 2015 12:34 am
by Michael Droll

Why is my JavaScript running when the app loads? I have no events set to run it, it just runs on its own. I dont want it to run till an event on the 3rd page by pressing a button. (I now how to do that) But i dont know why its running on the startup page.

I am not a programmer and have hardly any experience in it.

Thank you for answering my first of what I'm sure will be many questions.


Javascript running on its own

Posted: Wed Mar 18, 2015 6:49 am
by Egor Kotov6832188

Hello Michael,

It all depends on how your js code is written. It is not related to the Appery.io platform.


Javascript running on its own

Posted: Wed Mar 25, 2015 8:11 pm
by Michael Droll

Thank you for the response. The problem was that my JS didnt have a function so the browser just ran the code as soon as the page loaded.