Hi,
Refer to https://gist.github.com/gridphp/915d2e0834354913fdfd338d47d50a53
Loader is not showing when i just click on the submit, loader.gif shows when it come to complete. Any suggestion?
3 Answers
Seems to be a image loading delay from different server.
Please try updating the image loader gif path to cdnjs:
message: '<img src="https://cdnjs.cloudflare.com/ajax/libs/galleriffic/2.0.1/css/loader.gif">',
Or you can download preloader image on your server and give local path.
I tested this issue locally and it's not loading delay.
I'll be updating you after some more testing.
Update demo on gist to working on dialog as well.
Your Answer