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
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
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?
I just shared the project and there is no custom JavaScript
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.