javascript - Problems Loading JSAPI from Google -
we're using google's jsapi in our webapp (linked, not locally hosted). users have no problem. few, though, seem javascript doesn't load them. none of jsapi-dependent functions fire. when user clicks direct link api (https://www.google.com/jsapi), gets download / save window this:
any thoughts might screwing here? browser setting? include jsapi in script block, not dynamically -- basic:
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
thanks!
you maybe calling api secure page i.e. https page.jsapi being called on https if in browser inspector see dynamically calling google input tools page http.most web browsers don't load such mixed content.
Comments
Post a Comment