How to change default launch icon of ionic app
Hi, i’ve upgraded to ionic3, What i did was: 1 - replace icon.png in yourproject/resources folder to your custom icon with the same name. 2 - make sure your config.xml has these <icon...
View ArticleAuto fill the above input details
ok. But I have used formcontrol for validation. Tell me a way to use ngmodel for validation. That will be helpfull
View ArticleMigration scss IONIC4
I’migrating my project from ionic 3 to ionic 4 and all my scss is not read. Version ionic v3 mainappsLogin3.PNG.jpg1918×948 258 KB Version ionic v4 mainappsLogin4.PNG1447×943 46.2 KB login.page.scss...
View ArticleOpen keyboard at bottom of footer button in android and iOS application
You have to add the keyboard plugin in your app.module.ts file. In the import section add : import { Keyboard } from ‘@ionic-native/keyboard’; and in the provider section add : Keyboard
View ArticleExport failed - for ios device, requires a provisioning profile
error: exportArchive: “*.app” requires a provisioning profile with the Push Notifications feature. Error Domain=IDEProvisioningErrorDomain Code=9 “”.app" requires a provisioning profile with the Push...
View ArticleHow to fetch details from previous page to payment page?
It worked perfectly. Thank You
View ArticleHow to change default launch icon of ionic app
Thanks for replying @cikcoh. That indeed helps with changing the app icon & splash screen but I still have the same problem as the picture you posted earlier. I’ve removed and added platforms and...
View ArticleIonic 1 push notification
As per the ionic 1 push notification tutorials, needs an app id and public key from the ionic app dashboard. Although we have the app id, we don’t have a public key in the dashboard settings for the...
View ArticlePush color instead of icon when app is opened
Hello @Ionic community ! I’m facing a problems with notification icons with firebase : when the app is in background, notifications are displayed with custom icon as desired ; but when the app is...
View ArticleHow to change default launch icon of ionic app
Hi,when I’m facing the problem, I’m using ionic1. After migrating to ionic3, I’m no longer facing the above issue. Would clearing the app cache helps? Sorry that i can’t do much.
View ArticleIonic 1 push notification
What “ionic 1 push notification tutorials” are you referring to? If this is about a service called “Ionic Push”, that has been discontinued ages ago.
View ArticleIncompatibility to cordova-ios 5.0.0
smartmarketiq: Upgrade package.json to latest Ionic packages (7.2.2) What does that mean? There is nothing from Ionic with that version number.
View ArticleHow to fetch details from previous page to payment page?
No worries. Maybe you could accept my answer as the solution. Thanks
View ArticleIonic 1 push notification
Did you mean this one -> ionic plugin add https://github.com/phonegap-build/PushPlugin.git Can you please suggest any other push notification plugins.
View ArticleAuto fill the above input details
If you require all those fields you can do that on the typescript like: if (!this.communicationZipcode || this.communicationZipcode.length == 0) { //do error validations } but if you’re really used to...
View ArticleNeed to access current location of the company
I have a page that contains company details. In which there is a field which fetches current location. When clicking the icon i need to access the location and set it in the input box. I had tried geo...
View ArticleIonic 1 push notification
GitHub phonegap/phonegap-plugin-push Register and receive push notifications. Contribute to phonegap/phonegap-plugin-push development by creating an account on GitHub. Can I integrate this into my...
View ArticleUpdate my ionic app on google play
I have a question about updating my app on google play. Is it possible to load new version of app to google play, but disable automatic installation of update on devices, that have older version...
View Article