Page 1 of 1

Loading circle stops spinning

Posted: Tue Mar 26, 2013 4:25 pm
by Andrew Majskiy

Hello! In case the app execute some service and it has a lot of items in response array, during the mapping loading circle stops spinning (in my case about 10 seconds it does no spinning) and it seems that the application is hung(stop working).
Is there any way to fix this issue?

Could you help me?
Thanks in advance!


Loading circle stops spinning

Posted: Tue Mar 26, 2013 4:57 pm
by maxkatz

Please first check in Chrome Dev. Tools Network (or Firebug) tab what's happening with the service you are calling.


Loading circle stops spinning

Posted: Tue Mar 26, 2013 5:43 pm
by Kateryna Grynko

Hi Andrew,

When Rest Service gets data and tries to display it on page, runs JavaScript, that generates page components based on received data. While JavaScript code is working, browser stops answering user actions and refreshing screen image. Ifthere is lots of data then browser stops responding for a long time.

The problem can be solved only by changing JavaScript that is responsible for mapping. We'll fix this problem.


Loading circle stops spinning

Posted: Fri Aug 23, 2013 5:19 am
by Kateryna Grynko

Hi,

This is fixed.