How to create custom ajax spinner?
I create a spinner createSpinner("/files/views/assets/image/ajax_loader.gif");
I made a dummy page with the image ajax_loader.gif on it.
I can get to the dummy page, look into the html to find the image URL and use this in the createSpinner.
But this does not work for a native app. The image should be included in the app, and I should use a sort of URL that is getting the image from the local app, not from an internet URL.
Can you help me?