Page show event - javascript does not run
I have several issues with the page show event. I have an app that has four screens and that makes use of a template.
If I understand Appery.io correctly, the Load event is run only once, when the DOM is loaded, so any initialisation must be done in this Load event.
Question #1: When using templates and the above mentioned four screens, is the Load event triggered only once in total, or only once per screen? Do you have a link that explains which event is triggered at what moment?
Question #2: When opening the Chrome DevTools with F12, I can see the Home.css, Home.html, Home.js but not the other generated files. I know they are there, because when I download an export I see them. How do I get Chrome to display them?
Issue #1: In the screen 'More', a Page show event is present, that updates the header via JavaScript. However, this does not work in the present state. The last line is a comment. When you remove this line and also the Enter, it works. When you put in this comment at the beginning, it does not work. When you put one or more Enters at the end of the JavaScript, it does not work.Can you please have a look at it?
Issue #2: a similar issue is present on the 'Home' screen. A Page show event is present with JavaScript, but it is not triggered. Moreover, when I look in the Home.js where I expect the Page show event to be present, I cannot find it.
I have shared the application 'Smartconnect Kit' with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a already.
My environment: Windows 7, Chrome 32.
Thanks in advance
Mark