作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
但我无法让它工作。我的 API key 设置没问题,但由于某种原因,我不断收到错误 Error: Uncaught (in promise): ReferenceError: google is not defined
ReferenceError: google 未定义
我正在使用 ionic lab
运行应用程序
出于某种原因,它无法正常工作。有人可以帮我找到问题吗?我尝试添加 cordova 白名单插件,将 API key 部分的 https 更改为 http,但仍然无法正常工作。
最佳答案
你是否在 home.ts 中声明了变量?
import { Component, ViewChild, ElementRef } from '@angular/core';
import { IonicPage } from 'ionic-angular';
import { NavController } from 'ionic-angular';
declare var google;
@IonicPage()
@Component({
selector: 'page-home',
templateUrl: 'home.html'
})
...
关于javascript - Ionic 3 谷歌地图集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44507264/
我是一名优秀的程序员,十分优秀!