kis vukk
Posts: 0
Joined: Tue Oct 07, 2014 12:49 pm

List view always refreshing

Hi

After loading data from mysql database to list everything seems to be good.
But when i scroll down the list jump to top after few second, so i can't reach bottom of list

Is there a way to stop refreshing?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

List view always refreshing

Hi Kis,

Please post your public app link.

kis vukk
Posts: 0
Joined: Tue Oct 07, 2014 12:49 pm

List view always refreshing

I tried it on real phone and there is no refresh effect :)
Only on pc testing do that
Maybe my browser do something

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

List view always refreshing

Hi Kis,

Do you have a chance to try in another browser? Try clearing browser cache, cookies, re-logging in...

kis vukk
Posts: 0
Joined: Tue Oct 07, 2014 12:49 pm

List view always refreshing

Hi,

Here is the link

http://appery.io/app/mobile-frame?src...

Third menu "Fácán lexicon" call the list and i only have chrome and ie to check.
Only chrome refreshing, ie does not

Cache cleaning, relogging does not help.
I recognised some function repeat itselft some time, when i put something into the console log i see how many time to run again.
I tried to use window.stop() and return; but did not stop the process

kis vukk
Posts: 0
Joined: Tue Oct 07, 2014 12:49 pm

List view always refreshing

component: dataserviceCatalog
event: Complete
action: run js

this hide my built in message on the Catalog screen
$("#catalogScreen_label_loading").hide();

i put this to console log:

console.log(textStatus); - shows "success"

and it counting and counting .... page refreshing

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

List view always refreshing

Hello!

I reproduced the problem in Chrome. Sent to dev team, someone will get back to you with update when have more information.

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

List view always refreshing

On dataserviceCatalog service success event you invoke the same service. Thus there is a loop of service invocation.

kis vukk
Posts: 0
Joined: Tue Oct 07, 2014 12:49 pm

List view always refreshing

Thank you! Absolutelly right, it's my blame. Deleted on dataserviceCatalog, only left on screen Load and perfect.

Return to “Issues”