gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

How to get rid of loading screen on GET, POST reqeust in version 17.1 and replace it with custom loader #981

Closed SkullDark1 closed 3 years ago

SkullDark1 commented 3 years ago

Greetings, I have been trying to add a loader in my Shopify app, the loader was working fine in ver16, but when I updated to version 17.1, it is replaced with the loading screen which comes with the package, is there any way I can customize it, or show my own loader.

Screenshot 2021-09-18 150544

ghost commented 3 years ago

https://github.com/osiset/laravel-shopify/blob/master/src/resources/views/auth/token.blade.php image

SkullDark1 commented 3 years ago

Thanks!!