$('#ajaxBusy').remove(); not working after latest upgrade of webisite. Nothing was changed on the code but after getting the latest build after the upgrade, hiding the loading animation is not working anymore.
$('#ajaxBusy').remove(); not working after latest upgrade of webisite. Nothing was changed on the code but after getting the latest build after the upgrade, hiding the loading animation is not working anymore.
Hello,
I will find out and update.
Thanks please. I need the answer immediately for this. Thanks.
It's still the same. Its already in pageload. I'm using the old editor still since its an app I created months ago.
Can you try with page show and let us know if that works?
Nopes. It's still the same for $('#ajaxBusy').remove();
Let me know if there are any workarounds.
Can you create a simple page with a button that invokes any service and code to remove the busy indicator on page show and share the link?
There are two workarounds.
You can use "Navigate to page" action instead of "Run custom javascript" to navigate between screens.
Or you can leave "Run Custom Javascript", but instead of codenavigateTo('Feedback');/code use codenavigateTo('Feedback', {reverse: false});/code
This does not work. My code calls a service every n seconds. Whenever it does, it displays the rotating screen. Before it is already hidden.