sarriaroman / photoviewer

PhotoViewer Cordova Plugin
MIT License
157 stars 213 forks source link

Correctly check if the image url starts with http #141

Closed paulklinkenberg closed 6 years ago

paulklinkenberg commented 6 years ago

Before, the code was only checking if the url contained "http" anywhere in the url, not in the start like it should. (or am I missing something?)