Signal 44
Posts: 0
Joined: Sun Sep 02, 2012 4:25 pm

No events firing on the page, looks like the .js file is missing.

My app was working great, then after my next save, the second page of the app stopped responding. I can click the buttons and they highlight, but nothing happens. It looks like none of the click events are firing.

After using the debug console, I noticed there is no .js file at all for the second screen. I recreated the screen by copying all the buttons to a new one, and still the same problem.

Other than my custom scripts, I only see mobilescreen1.js in firebug. I should have a .js file for each screen shouldn't I?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

No events firing on the page, looks like the .js file is missing.

Yes, you should have a .js file for each screen. Do you get any errors in the console?

Signal 44
Posts: 0
Joined: Sun Sep 02, 2012 4:25 pm

No events firing on the page, looks like the .js file is missing.

I don't get any errors in the console. I just did a search for my screen and I found the script, I just didn't see it in the list when you can select all scripts. I wasn't too far into the app so I just created a new project and started over, cutting and pasting my .js code. I'm wondering if it may have been something in my code, but again, I didn't receive any errors.

I do appreciate the quick response. If the problem arises again I'll let you know but it seems pasting it into a new project is working for me.

Return to “Issues”