Ionic2 navigator.globalization set pattern
e use ionic2 and our customer requires a comma as decimal separators for currencies in input fields. At the same time he wants a device keyboard showing the comma. Apparently the only thing that is...
View ArticleIncompatibility to cordova-ios 5.0.0
I have updated my angular version to 7.2.4, I still have this error. here are my package.json dependencies "dependencies": { "@angular/common": "~7.2.4", "@angular/core": "~7.2.4", "@angular/forms":...
View ArticleHow to integrate phonegap-plugin-push in ionic 1 project
how to integrate phonegap-plugin-push in ionic 1 project ? GitHub phonegap/phonegap-plugin-push Register and receive push notifications. Contribute to phonegap/phonegap-plugin-push development by...
View ArticleIncompatibility to cordova-ios 5.0.0
This issue seems to be related to the following modules and their dependencies on a different version of webpack - not cordova-ios itself. A temporary fix would be downgrading to these versions:...
View ArticleHow to change default launch icon of ionic app
Hi there, I was having the same issue but finally managed to fix it. Are you testing it on a Xiami phone? It almost seems like the android phone is using some of the icons from ios resources. Although...
View ArticleIncompatibility to cordova-ios 5.0.0
@ainsley I downgraded those modules and it worked like a charm! Thanks a lot!
View ArticleIphone application creating troubleshooting intended
Hello! I’m creating now an application and got stuck in the end with post production. I need some advice on where to find a service or a company that would assist me in backend troubleshooting. thank...
View ArticleIonic 4 / App icon generation does not work
First of all, hello to all. I have a problem with the ionic v4, the splashcreen generation works fine but not the app icon. I still have the ionic icon by default, it’s been two days that I’m on it I...
View ArticleBuild Failed ionic v3
What is your current version of everything listed when you run ionic info I’m getting the same error and mine is configured like Ionic: ionic (Ionic CLI) : 4.10.2...
View ArticleTree shaking Stencil components
I have made some Stencil components using the stencil CLI Pick a starter › component option. I have imported my component library as import 'lrs-components'; into an Ionic app. I will be using the...
View ArticleHide Ionic tabs and Toolbar on botton click [Ionic 4.0.0]
If someone has a similar issue this is how i did it async toggleFullScreen() { const loading = await this.loadingCtrl.create({ message: '', spinner: 'lines', duration: 2000 }); await...
View ArticleOpen a ionic creator project in visual code
hii, im new in this of ionic. I want to open a ionic creator project in visual code to edit it. How do i do it?
View ArticleIon-tabs bar is not showing
Hi @deepak-ranjan See this Ionic Documentation https://ionicframework.com/docs/api/tabs/
View ArticleIonic - iOS 12 - Unable to scroll on app
Our app is not able to scroll on an iOS 12 device. The app only scrolls when you click on a button or when you trigger the onresume method. Any ideas? We have tried to update to cordova-ios@5.0.0 but...
View ArticlefoodIonic 2 - Ionic 4 Restaurant and Food Order Theme
Finally! foodIonic 2 is arrived!! Our new @Ionicframework 4 theme, truly focused in Restaurants and Food Order. 25+ Pages Lazy load AGM (Angular Google Maps) NGX-Translate (i18n) Angular/PWA Ionic...
View ArticleIonic 4 - primary color is not working
I used color generator ,just like it is mentionned in the documentation, to update the default ionic theme. But when I tested my App, It did not work. I am always getting the old default value...
View ArticleGetting count of contacts correct but getting null values for contacts in...
import { Contacts } from '@ionic-native/contacts/ngx'; constructor( private contactsPlugin: Contacts ) { } this.contactsPlugin.find(["displayName", "phoneNumbers","photos"], {multiple: true,...
View ArticleNew User - Ionic questions
Hello everyone ! I am a French developer and I discovered Ionic Framework. I wish to develop my application for my end of study project. The application must-be is created on the command line and not...
View ArticleIonic 4 how to change placeholder color
Hi, you can add a css class ,for example custom-placeholder, to ion-select : .custom-placeholder { color: currentColor; opacity: 1; }
View Article