Page 1 of 1

Unable to Test- Help Please!!!

Posted: Fri Dec 02, 2011 4:34 pm
by Alicia

Trying to test and it the project never loads just bringing up a blank blinking mobile app template. Here's the link- http://gotiggr.com/preview/22340/
Tried testing in Chrome, IE Explorer, and Fire fox


Unable to Test- Help Please!!!

Posted: Fri Dec 02, 2011 4:47 pm
by maxkatz

For some reason the app is reloaded every second.. did you use any custom JavaScript?

Can you share your project with a href="mailto:support@gotiggr.com" rel="nofollow"support@gotiggr.com/a?


Unable to Test- Help Please!!!

Posted: Fri Dec 02, 2011 6:08 pm
by Alicia

I just shared the project and there is no custom JavaScript


Unable to Test- Help Please!!!

Posted: Fri Dec 02, 2011 7:28 pm
by maxkatz

Just fixed the app. Two things:

1) There was a Navigate To action on screen load - that's why the screen was blinking. Deleted the action.

2) The screen was blank because component ids had spaces in them, for example: Find Garages. I changed it to: FindGarages (plus all others) and now it works.

We need to add validation for component ids.