Windows 10 App
solved. I had too many version of VS installed with different environment variables. To fix it I removed these env variables. Thanks
View Article[beta 11] Fab button and header shadow
Hi Thanks, but you know the name of that technique? I think is the “user introduction” or “user steps” but i haven’t found some example.
View ArticleBuild Error while using cordova-plugin-firebase
While building the ionic app the package name in google-service.json resets to com.github.cordova_plugin_firebase. Then I get the error FAILURE: Build failed with an exception. [cordova] [cordova] *...
View ArticleIonic Pro Deploy (Code Push) causes ios build failure
this work for me ! But i had to install a random minor version of cordova-plugin-ionic ( i chose cordova-plugin-ionic@5.0.4) because the latest version at this time ( cordova-plugin-ionic@5.2.0 ) do...
View ArticleSlides hide in RTL direction
now i tried to use this.Slides._rtl = true but i’m getting this error ERROR Error: Uncaught (in promise): TypeError: Cannot set property '_rtl' of undefined TypeError: Cannot set property '_rtl' of...
View ArticleChanging the toast background colour in Ionic 4
uddyvky: .toast-container{ background:yellow; } .toast-md .toast-message{ color: red; } Thank you that worked. I added the code in /theme/variable.scss. Is there any chance you could tell me how to...
View ArticleTemplate showing [object object]
Hey…ok so im a total newb to typescript, and only small knowledge of ionic, but i am having trouble doing something i thought would be very very simple. I want to switch between two object, and show...
View ArticleSqlite on windows
Hi, I have an app and I have used @ionic/Storage to store some data for app. This app works fine on android but when I run it as window App i get error: WebSQL threw an error Error: Missing Command...
View ArticleUse vendor cordova plugin
Hello, I want to use a vendor cordova plugin called AppConnectCordovaConfigPlugin in my ionic project, but it did not work. I got error on my device ACConfigPlugin.testMe() is not a function. I think...
View ArticleIonic serve: force full rebuild
Hi, there seems to be a problem with WebPack and lazy loading in my app, whenever i do any kind of slight change while running ionic serve, sometimes even a space in the code the WebPack throws the...
View ArticleAndroid build
I got this same error. In my case I previously had to mess with resolving multiple plugins needing multiple versions of support-v4. As @goinnn noted, one option to fix that is the...
View ArticleIonic Deploy for Ionic v1
I’m still using Ionic v1 and need to implement Ionic Deploy, but it seems that it was depreciated, and the only Docs I can find is relative to newer Ionic versions. Can I implement old Ionic Deploy...
View ArticleIonic-wkwebview: Android build doesn't load any local templates
Hi, I am in the process of migrating my v1 app to wkwebview from UIWebView. Now that apple has officially stuck a deprecated sign on UIWebView, I decided to act. So far, iOS works well. On Android, it...
View ArticleRemove bottom border from in Ionic 4
I’m trying to create a form that users will enter data into, and I’m using elements to contain the label and input for each part of the form. I keep getting a grey underline for each item, and I’ve...
View Article@ionic/storage IndexedDb createIndex
Does anyone know how to use createIndex to fetch a user by name without using loop?
View ArticleHow to project one observable to another?
rapropos: Apologies if this is just a typo, but this isn’t calling getUsers . My apologies for not adding full code in my previous comment. It’s called: ngOnInit() { console.log("ngOnInit =>...
View ArticleTemplate showing [object object]
JosephOR: Hopfully i wont need code here I think you will. Having enough actual code to minimally reproduce the problem makes a huge difference to people trying to help.
View ArticleIonic 2 storage - get all stored keys forEach method
in your .ts file: extractData () { this.storage.get ('name of your key'). then ((val) => { this.Content = val; this.Reports = [this.Content]; }); } in your .html file (use *ngFor ) <ion-list>...
View ArticleChange of style in status bar and does not show icons
Good friends, I have the following problem. today I run a new ionic app and when I try it on my device, the black statys bar appears, when the default value was a light blue something, does anyone...
View ArticleHow to project one observable to another?
Does your code still state retrun instead of return?
View Article