Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lottie can not display at all at this package.json #42

Open
jackbbhua opened this issue Jan 3, 2019 · 2 comments
Open

lottie can not display at all at this package.json #42

jackbbhua opened this issue Jan 3, 2019 · 2 comments

Comments

@jackbbhua
Copy link

{
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/common": "^4.4.3",
"@angular/compiler": "4.4.3",
"@angular/compiler-cli": "4.4.3",
"@angular/core": "4.4.3",
"@angular/forms": "4.4.3",
"@angular/http": "4.4.3",
"@angular/platform-browser": "4.4.3",
"@angular/platform-browser-dynamic": "4.4.3",
"@angular/tsc-wrapped": "^4.4.6",
"@ionic-native/app-version": "^4.14.0",
"@ionic-native/camera": "^4.15.0",
"@ionic-native/core": "^4.11.0",
"@ionic-native/device": "^4.10.0",
"@ionic-native/document-viewer": "^4.13.0",
"@ionic-native/file": "^4.7.0",
"@ionic-native/file-transfer": "^4.7.0",
"@ionic-native/geolocation": "^4.15.0",
"@ionic-native/http": "^4.11.0",
"@ionic-native/image-picker": "^4.14.0",
"@ionic-native/in-app-browser": "^4.13.0",
"@ionic-native/keyboard": "^4.5.2",
"@ionic-native/local-notifications": "^4.12.2",
"@ionic-native/media": "^4.11.0",
"@ionic-native/native-audio": "^4.11.0",
"@ionic-native/splash-screen": "4.3.0",
"@ionic-native/status-bar": "4.3.0",
"@ionic-native/streaming-media": "^4.11.0",
"@ionic-native/transfer": "^3.14.0",
"@ionic-native/vibration": "^4.12.2",
"@ionic-native/video-player": "^4.11.0",
"@ionic/storage": "^2.0.1",
"@jiguang-ionic/jpush": "^1.0.2",
"@ngx-translate/core": "^8.0.0",
"@ngx-translate/http-loader": "^3.0.1",
"@types/bluebird": "^3.5.23",
"@types/bluebird-global": "^3.5.6",
"@types/lodash": "^4.14.91",
"@types/node": "^10.5.7",
"@types/pixi.js": "^4.7.5",
"angular2-swing": "0.14.0",
"aplayer": "^1.10.1",
"code-push": "^2.0.1-beta",
"com.moust.cordova.videoplayer": "https://github.com/moust/cordova-plugin-videoplayer.git",
"cordova-android": "6.3.0",
"cordova-android-support-gradle-release": "^1.4.4",
"cordova-browser": "~5.0.3",
"cordova-ios": "4.5.5",
"cordova-plugin-advanced-http": "^1.11.1",
"cordova-plugin-baidumaplocation": "^3.2.0",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-code-push": "^1.9.7-beta",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-dialogs": "^2.0.1",
"cordova-plugin-document-viewer": "^0.9.10",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-ionic-webview": "^1.1.15",
"cordova-plugin-jcore": "^1.1.12",
"cordova-plugin-nativeaudio": "^3.0.9",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-statusbar": "git+https://github.com/apache/cordova-plugin-statusbar.git",
"cordova-plugin-telerik-imagepicker": "git+https://github.com/Telerik-Verified-Plugins/ImagePicker.git",
"cordova-plugin-vibration": "^3.1.0",
"cordova-plugin-video-player": "git+https://github.com/moust/cordova-plugin-videoplayer.git",
"cordova-plugin-wechat": "^2.1.0",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-zip": "^3.1.0",
"cordova-sqlite-storage": "^2.5.2",
"hewz.plugins.baidu-location": "git+https://github.com/hewz/cordova-baidu-location.git",
"ionic-angular": "3.7.1",
"ionic-audio": "^3.2.2",
"ionic-img-viewer": "^2.9.0",
"ionic-native": "^2.9.0",
"ionic-plugin-keyboard": "^2.2.1",
"ionic2-jpush": "^0.1.1",
"ionicons": "3.0.0",
"jpush-phonegap-plugin": "^3.3.2",
"lodash": "^4.17.4",
"ng-lottie": "^0.3.0",
"ng-lottiev2": "^0.3.6",
"node-vibrant": "^3.0.0",
"performance-now": "^2.1.0",
"rxjs": "^5.5.2",
"rythm.js": "^2.2.3",
"svgaplayerweb": "^2.1.0",
"sw-toolbox": "3.6.0",
"videogular2": "^6.3.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "^3.2.0",
"@types/core-js": "^2.5.0",
"typescript": "^2.9.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-nativeaudio": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-file": {},
"cordova-plugin-advanced-http": {},
"cordova-plugin-wechat": {
"WECHATAPPID": ""
},
"com.moust.cordova.videoplayer": {},
"cordova-plugin-vibration": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-document-viewer": {},
"cordova-android-support-gradle-release": {
"ANDROID_SUPPORT_VERSION": "23.+"
},
"cordova-plugin-camera": {},
"cordova-plugin-baidumaplocation": {
"ANDROID_KEY": "
",
"IOS_KEY": "",
"IOS_LOCATION_DESC": "
"
},
"cordova-plugin-telerik-imagepicker": {
"PHOTO_LIBRARY_USAGE_DESCRIPTION": ""
},
"cordova-plugin-jcore": {},
"ionic-plugin-keyboard": {},
"cordova-sqlite-storage": {},
"cordova-plugin-code-push": {},
"jpush-phonegap-plugin": {
"APP_KEY": "
****"
}
},
"platforms": [
"browser",
"android",
"ios"
]
}
}

@jackbbhua
Copy link
Author

and this is the working one

{
"name": "lottie-animation",
"version": "0.0.1",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/common": "4.4.3",
"@angular/compiler": "4.4.3",
"@angular/compiler-cli": "4.4.3",
"@angular/core": "4.4.3",
"@angular/forms": "4.4.3",
"@angular/http": "4.4.3",
"@angular/platform-browser": "4.4.3",
"@angular/platform-browser-dynamic": "4.4.3",
"@ionic-native/core": "4.11.0",
"@ionic-native/splash-screen": "4.11.0",
"@ionic-native/status-bar": "4.11.0",
"@ionic/storage": "2.1.3",
"cordova-ios": "4.5.5",
"cordova-plugin-device": "^1.1.4",
"cordova-plugin-ionic-webview": "^1.2.1",
"cordova-plugin-splashscreen": "^4.0.3",
"cordova-plugin-whitelist": "^1.3.1",
"ionic-angular": "3.7.1",
"ionic-plugin-keyboard": "^2.2.1",
"ionicons": "3.0.0",
"ng-lottie": "^0.3.2",
"rxjs": "^5.5.2",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.8",
"typescript": "2.4.2"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"ionic-plugin-keyboard": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {}
},
"platforms": [
"ios"
]
}
}

thank you

@jackbbhua
Copy link
Author

it's working when ionic serve but fail after ionic build on real iphone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant