How to import components into pages?
@jcouce wrote: Hello, Today i was debating with a coworker about the way to import components on my pages (on Ionic 3). The way i was doing it its via component.module.ts Components –|myComponent...
View ArticleIonic 3.9.2, Auth0, Ionic Dev App testing hosted login page
@aec4444 wrote: I am building an application that uses a hosted login page from Auth0. I am attempting to test the application using Ionic DevApp. The app is running in the Ionic DevApp and all looks...
View ArticleGradle build fails on Android - could not resolve all files for configuration
@dsmion wrote: Hello guys, I’m getting a build error when running the command ionic cordova run android --device. The error tells that a gradle resource could not be loaded, but I am able to get this...
View ArticleIonic plaatform folder not found in project's directory
@Royken wrote: Hello, When I add android platform in by ionic project, (ionic cordova platform add android), it creates a platform forlder but not in the project’s folder. In the image below i try to...
View ArticleTried this example but how do i get other Icons?
@ritopls wrote: Hey guys! I tried this example: https://github.com/ionic-team/ionic-preview-app/blob/master/src/pages/action-sheets/basic/pages.ts What icons is the OP using? Because i already tried...
View ArticleMigration to ionic V3 + PouchDB new paths
@Thempra wrote: Hi, I migrated my app from ionic V1 to Ionic V3, android works perfectly, but iOS don’t found old database, I jailbreak mobile and I the issue is: -Old app save data at:...
View ArticleSplash Screen Spinner Color?
@JGarland wrote: What setting controls the splash screen spinner color? Its a light green on Android. But then inside my app, I have changed it to a different color using CSS. Still it remains light...
View ArticleI have android studio but no zipalign
@Coen38 wrote: does anyone know how I can install zipalign or fix this bug? Posts: 2 Participants: 2 Read full topic
View ArticleiPhone X Notch - time/battery text color
@JGarland wrote: What setting controls the color of the time/battery/signal on the iPhone X? I have a dark blue title bar and I would have assumed the text color would go white. But instead its black....
View ArticleIonic date time picker native set min and max time
@emiljenson wrote: How to set minimum and maximum time in ionic native date time picker. I want the user to pick time only in between 10:00 am and 8:00 pm I have been struggling with this task. Please...
View ArticleHttp nested request
@mdline wrote: Hello, I make a request and want that only the nested requests are made when the first returns a http status code 303. My backend returns 303 when session expired and I want that after...
View ArticleiOS - firebase push notifications are not showing when app is closed for iOS....
@SEusmaniqbal wrote: Ionic 3- I am using this plugin “https://github.com/phonegap/phonegap-plugin-push” for push notifications with firebase. When the app is closed push notifications coming for the...
View ArticleBasic List Run time ERROR
@Sas123 wrote: Hi I am New to Ionic, I am following Ionic Crash Course (2.x and above) https://www.youtube.com/watch?v=O2WiI9QrS5s “Geting started Video”. to create a Basic list, But when I run my...
View ArticleCan't build projects with Local Notification plugin
@perenyitamas wrote: I am using the native local notification plugin, after installing i cannot run any of my projects: > cordova run android ANDROID_HOME=C:\Users\Thomas\AppData\Local\Android\sdk...
View ArticleDate Pipe library
@AaronSterling wrote: I recently published my first library to npm. It’s a set of date pipes that I built for Ionic applications after @rapropos reported on these forums that the standard Angular date...
View Article'Cordova/CDV.h' file not found
@surferway wrote: I created a blank ionic app with iOS support. I then opened the app in Xcode, signed it and added a target WatchKit. Running the app in Xcode gives the error “‘Cordova/CDV.h’ file...
View ArticleCustom color ion-header without sass variables
@tlofano wrote: Hello, in my app I receive an hex color from the backend and I need to set this color at the background of ion-header. What is the best way to do this? I’m using ionic (Ionic CLI) :...
View ArticleAndroid Back Button Closes app?
@helpmelearn wrote: Not sure if this by design. Open app on Android device. go to different pages. Clicking the home button seems to put the app in the pause state. If I select the app from recent or...
View ArticleCould not install cordova phonegap push plugin for my ionic 3 app
@IonicZb wrote: Hello, I’ve tried to install on mac for my ionic 3 app the push plugin. In order to install I run: sudo ionic cordova plugin add phonegap-plugin-push As a result I get: -for Android...
View ArticleIs it possible to do a production build without AOT and will it be possible...
@caipirginka wrote: Is it possible to build a production release without using AOT (templates will be JIT compiled by the client as it was with Angular1)? If yes, will it still be possible using...
View Article