Rafael Martínez
Posts: 0
Joined: Tue Apr 23, 2013 5:19 pm

My App doesn't work

I don't make changes to my application from more than a week ago. Today, I have included a "spacer" on some pages and does not work my JS logic in Test with a browser, and does not work on Android ....

I don't know what's happened, I think this is a problem with JS, or with the services or with the local function.getStorage or local.setStorage. The HTML code that Appery.io generates today is very different from a week ago.

Nothing of my logic JS works, and in the version that I have downloaded a week ago everything works fine. The only solution I have found is manually include the spacer in the code of a week ago ....very strange all this.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

My App doesn't work

Hello! Are there any JS errors in console? What exactly doesn't work?

Rafael Martínez
Posts: 0
Joined: Tue Apr 23, 2013 5:19 pm

My App doesn't work

There is no JS errors in the console, I don't know what's the problem but I suspect that the responses of the services are not properly stored in local variables, but it is a lot of code, it is very difficult to know what's the problem ....... and, as I say, the same code that generates a week ago works perfectly........

Rafael Martínez
Posts: 0
Joined: Tue Apr 23, 2013 5:19 pm

My App doesn't work

Well, I have already found the problem.

A week ago, in the code generated by Appery.IO, the event "Value Change" of a list (a list linked to the response of a restservice) is triggered for each record returned by the service.

In the code of Appery.IO generated today, this event "Value Change" is not triggered for each record in the response of the invoked service......

I don't know what you think about this, but for us this is a critical problem because it forces to redesign the app......

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

My App doesn't work

The value change would be triggered as the list was being built? It wasn’t the correct behaviour and we had to change it.

Rafael Martínez
Posts: 0
Joined: Tue Apr 23, 2013 5:19 pm

My App doesn't work

I can go along with that (or not, this is not clear for me) but, in any case, we (all your customers) should be warned against this an other changes.

In our case, we have a critical problem at this moment.....

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

My App doesn't work

Totally understand. We are making sure this never happens again.

Rafael Martínez
Posts: 0
Joined: Tue Apr 23, 2013 5:19 pm

My App doesn't work

There is another change in Appery.IO concerning the "select".

A week ago the "select" did not load any value by default when recovering its values from a service, and now the select loads the first value from the service.

Is there any easy way to do it as before? Any help is welcome.

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

My App doesn't work

You can change it with JavaScript. The previous behavior wasn't correct.

Rafael Martínez
Posts: 0
Joined: Tue Apr 23, 2013 5:19 pm

My App doesn't work

Ok, thanks.

Some additional information on changes that you made because the behaviour of Appery.IO wasn't correct? (We are testing our app for the last 12 hours in a trial and error process, this is very fun work !!)

Return to “Issues”