Unable to Test- Help Please!!!
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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.