Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Inside of the GMaps.controller.js file, instead of using:
assetsService.loadJs('http://www.google.com/jsapi') .then(function () {
Consider using:
assetsService.loadJs('//www.google.com/jsapi') .then(function () {
The use of a protocol relative URI will stop any errors/blocked loading of the script when running the site under HTTPS.
Again, added to GitHub. #H5YR
--Dirk
We've just come across this problem. Will there be a 0.5 version with this fix or a note pointing people to get the package from Nuget instead?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Load resources over protocol relative URIs
Inside of the GMaps.controller.js file, instead of using:
Consider using:
The use of a protocol relative URI will stop any errors/blocked loading of the script when running the site under HTTPS.
Again, added to GitHub. #H5YR
--Dirk
We've just come across this problem. Will there be a 0.5 version with this fix or a note pointing people to get the package from Nuget instead?
is working on a reply...