Page 1 of 1

App Builder not working in Test enviroment

Posted: Mon Mar 18, 2013 11:32 pm
by Tommy B

Hello,
I have made several changed to my Android app this past weekend and they worked great in the Test environment. I try and work on it today and the changes are not working in the test environment. It's as if I never made them. But... the funny thing is that the code is still visable and correct in the UI builder, just not showing when in a test environment.

Things that I have already done.

*Tried several different browsers
*Cleared the cache
*Removed the JavaScript and only used the Tiggzi embedded functions such as navigate to a second page.


App Builder not working in Test enviroment

Posted: Mon Mar 18, 2013 11:59 pm
by maxkatz

What exactly is not working?


App Builder not working in Test enviroment

Posted: Tue Mar 19, 2013 12:08 am
by Tommy B

I'm not able to do simple tasks like navigate to the second page. also the JavaScript that I've added was working last Saturday but now it no longer works. I have noticed that in my UI it says the last time that I edited this was back in February but I actually work on it this weekend.I've also tried it on the tiggzi tester app for Android and is not showing the recent changes there as well. I have shared my App with support if you like a look at it.


App Builder not working in Test enviroment

Posted: Tue Mar 19, 2013 1:25 pm
by Tommy B

Bump.


App Builder not working in Test enviroment

Posted: Tue Mar 19, 2013 1:30 pm
by Kateryna Grynko

Hello, working on it.


App Builder not working in Test enviroment

Posted: Tue Mar 19, 2013 2:44 pm
by Kateryna Grynko

On Home page, there is a button "Submit" with "Run JavaScript" action.
There is a line in JavaScript code:

codevar grp2 = ();/code

It causes the error. You should delete it or correct.