JiriChara / vue-gravatar

A dead-simple gravatar component for VueJS
MIT License
113 stars 15 forks source link

vue-gravatar is not working on quasar android app #11

Closed fengo4142 closed 5 years ago

fengo4142 commented 5 years ago

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