Is there any way to perform a javascript action before a serverside script action?
It is still the spinner topic. If a user clicks on a button that calls a webservice which takes a couple minutes a spinner should be displayed. Since appway performs serverside scriptaction before javascript actions the spinner apperars too late when the service call was already done even if the javascript action (displaying a spinner) is ordered before the service call.
Is there any solution for this? Do we have other solutions in which a requirement like this was implemented?
Is there any way to perform a javascript action before a serverside script action?
It is still the spinner topic. If a user clicks on a button that calls a webservice which takes a couple minutes a spinner should be displayed. Since appway performs serverside scriptaction before javascript actions the spinner apperars too late when the service call was already done even if the javascript action (displaying a spinner) is ordered before the service call.
Is there any solution for this? Do we have other solutions in which a requirement like this was implemented?
Cheers,
Lorenz