✗ Couldn't find ionic.config.json file. Are you in an Ionic project?
It seems like a lot of things cause this error. Here is what I found worked: First you can release without ionic cloud. Just leave the app_id blank To compile a build (as of ionic CLI 3), use...
View ArticleIonic http post - .jsp compatibility issue?
Google "CORS" and "preflight request". This is a security feature of browsers that you can't easily turn off. You can probably work around by using the Service Proxies offered by Ionic CLI:...
View ArticleIonic View Breaks App in Ionic V3; No Solutions Online
If you are using Ionic View the local version of Cordova is not relevant.The Ionic version you are using also is not really relevant at all. Are you using any native functionality in your app via...
View Article*ngFor not displaying data
aboelhaithem: console.log(this.movies_cats); What does this return?
View ArticleIonic build android not signing debug build properly
Strange. I would try to explicitly remove and re-add the platform, sometimes that fixes things that have gone wrong.
View ArticleError in ngFor when used on button with ion-item 'attribute'
I have the following: <button ion-item *ngFor="let conversation of conversations" (click)="openConversation(conversation)"> <ion-avatar item-left> <img width="40" height="40" src="{{...
View Article*ngFor not displaying data
3 Objects returns from JSON "vod_categories": { "vod_category": [ { "id": "44", "caption": "VOD", "icon_url": "http://iptvcodes.com/gallery/Vod_categories/vod-banner.jpg" }, { "id": "45", "caption":...
View ArticleIonic View Breaks App in Ionic V3; No Solutions Online
No, I am only using ionic components. I am using ng directives but I believe this are ionic as well? And no, I do not have cordova CLI installed so I haven't built the app locally with it. My intent...
View ArticleHow to connect to a SQLite DB?
Hello,I'm a ionic beginner and I'm in trouble.In my app.component.ts, I've wrote this : export class MyApp { rootPage:any = LoginPage; private db: SQLiteObject; constructor(platform: Platform,...
View ArticleIonic View Breaks App in Ionic V3; No Solutions Online
But ionic serve is working fine?How did you upload the app for Ionic View?
View ArticleIonic View Breaks App in Ionic V3; No Solutions Online
Yes, I tested via browser with ionic serve, then used ionic upload. Cleared app data in Ionic View and then opened it up.
View ArticleionFocus vs focus
Team, I ran into an issue today while working on some form validations. I tried async validation but realized it may be flawed in the sense that it makes numerous request to the backend services even...
View ArticleTwilio Programmable Video and Ionic (HTML5/WebRTC)
Hey there! I have implemented the Twilio Programmable Video library with an Ionic project but I am seeing some oddies. When I test in browser using Ionic Serve everything is great, video/audio work,...
View ArticleError when packaging for IOS
Support suggested the problem is with the certificates. I recreated them from scratch and it works now.I'm not sure what I got wrong last time but certificates were definitely the problem. Thank you...
View ArticleIonic build android not signing debug build properly
I tried deleting and re-adding the platform again with ionic CLI v.3.4.0. Still no dice. Starting to run out of ideas of things to try.
View ArticleInstalling cordova-plugin-mixpanel causes build/package on Ionic Cloud to...
Could you resolve this issue?
View Article*ngFor not displaying data
Can any one help me please. I'm stuck in this unknown problem.
View Article