Page 1 of 1

List view always refreshing

Posted: Tue Oct 07, 2014 3:11 pm
by kis vukk

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?


List view always refreshing

Posted: Tue Oct 07, 2014 4:54 pm
by Kateryna Grynko

Hi Kis,

Please post your public app link.


List view always refreshing

Posted: Tue Oct 07, 2014 5:15 pm
by kis vukk

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


List view always refreshing

Posted: Tue Oct 07, 2014 5:28 pm
by Kateryna Grynko

Hi Kis,

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


List view always refreshing

Posted: Fri Oct 10, 2014 2:22 pm
by kis vukk

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


List view always refreshing

Posted: Fri Oct 10, 2014 2:30 pm
by kis vukk

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


List view always refreshing

Posted: Sat Oct 11, 2014 6:09 am
by Maryna Brodina

Hello!

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


List view always refreshing

Posted: Sat Oct 11, 2014 8:57 am
by Maryna Brodina

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


List view always refreshing

Posted: Sat Oct 11, 2014 11:10 am
by kis vukk

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