I just saw that the spinner on the android device is not showing good
the REST operation needs about 10 seconds, but the spinner is only animated for about 1-2 seconds?
What is wrong?
I just saw that the spinner on the android device is not showing good
the REST operation needs about 10 seconds, but the spinner is only animated for about 1-2 seconds?
What is wrong?
on the Test in chrom it works perfect ...
Hi Andreas,
Thank you for reporting this, will be tested.
Could you please give us a public link?
Do you see the problem on mobile browser or on installed app?
Hmmmm i think i know what the problem is ![]()
The spinner is only showen when the REST service is loading this takes about 1 second (13kB)
And when the Mapping is done no spinner is shown (is this correct)
on the mobile device the mapping takes about 7 seconds (on the PC under 1 second!)
the 13kb are about 70 Records which is mapped in a Listview with 1 Grid, and 4 LAbels ....
You're right. Spinner disappears as soon as response received and before mapping. You would need to call the spinner manually:
codeshowSpinner();
hideSpinner();/code