This package causes issue when using with quasar. It works find on web but when I build mobile app with quasar, I face not getting gravatar, so what I found is it should handle the protocol header explicitly. you just made the url of image like this "//www.gravatar.com/blabla.."
of course, it works fine on the web, recognize the current protocol, but mobile doesn't recognize it, esp in android.
could you fix this, by adding protocol 'http, https' depending on current site or something others
This package causes issue when using with quasar. It works find on web but when I build mobile app with quasar, I face not getting gravatar, so what I found is it should handle the protocol header explicitly. you just made the url of image like this "//www.gravatar.com/blabla.." of course, it works fine on the web, recognize the current protocol, but mobile doesn't recognize it, esp in android. could you fix this, by adding protocol 'http, https' depending on current site or something others