gpt4 book ai didi

javascript - Uncaught ReferenceError : Ionic is not defined for Ionic Push

转载 作者:行者123 更新时间:2023-12-03 12:15:20 25 4
gpt4 key购买 nike

我正在尝试将 Ionic.io Push 添加到我的应用程序中,但未定义其抛出的 Ionic

ReferenceError: Ionic is not defined
var push = new Ionic.Push({

一切正常,除了这个未定义的错误,我已经运行这个命令来更新 lib 但没有任何 react ,捆绑版本是 * Ionic,v1.1.0
ionic lib update

我的 app.js
angular.module('TestApp', ['ionic','ionic.service.core',
'ionic.service.push',
'lavoApp.controllers',
'lavoApp.services','ngCordova'])
.run(function($ionicPlatform,$rootScope,$location,$timeout,$anchorScroll,$state,$ionicHistory,$cordovaPush) {

$ionicPlatform.ready(function() {

var push = new Ionic.Push({
"debug": true
});

push.register(function(token) {
console.log("Device token:",token.token);
});

最佳答案

只需在后面添加以下行

<script src="lib/ionic/ionic.bundle.js"></script>

在您的 index.html 文件。
<script src="lib/ionic-platform-web-client/dist/ionic.io.bundle.js"></script>

关于javascript - Uncaught ReferenceError : Ionic is not defined for Ionic Push,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33893100/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com