PickerController Dynamic Options
@iamchairs wrote: I have a custom calendar header element for conferences. It has the Month title and each day of the month appears below in a scrollable row. You can change the month by tapping the...
View ArticleAt my witts end with Cannot read property 'get' of undefined
@dbinott wrote: I have tried so many things and I can't get ionic storage to work inside app.module.tsIt's failing on tokenGetter: (() => storage.get('token'))Hoping someone can help. I am a n00b...
View ArticleGroup List by Timestamp?
@Dunny wrote: Hi, { created : "2017-07-15 09:49:37" entry : "this is a log entry" } { created : "2017-05-13 11:00:21" entry : "this is another log entry" } I've got a JSON array of logs containing a...
View ArticleJson.stringify not working or am doing it totaly wrong. someone help me
@emiljenson wrote: Am trying to create a login page login.html <form (ngSubmit) = "signIn()" novalidate> <ion-list no-line> <ion-item> <ion-label...
View ArticleUpdate to 3.5.3 and PouchDB
@max_maeuschen wrote: Since the update to Ionic 3.5.3 and app-scripts 2.0.2 today, I'm getting the following error when using PouchDB: ERROR Error: Uncaught (in promise): TypeError:...
View ArticleSome image questions (filesystem, path, filename, image resizing)
@rderksen wrote: Hi,I'm building an app where a photo can be taken to be used as an avatar of an airplane. I'm using a few native plugins right now to get where I want. My goal is an image that is not...
View ArticleKeyboard covers alert dialogue
@gciluffo wrote: I am trying to get a simple alert dialogue with a single text input to show with the keyboard. The issue that the app I am working on will ALWAYS be in landscape mode. When putting...
View ArticleCordova stream MKV file - Windows/Android
@AmitMY wrote: I want to stream an mkv file to my app. Because HTML5's video tag does not really support MKV, I was looking for a plugin to do it with (for android/windows), or any other solution if...
View ArticleHow to run an ionic command like “ionic serve” using a button click while the...
@asadarshadar wrote: My problem is that i want to send a command to node js server to run the ionic command when ever i click on the button. I merged two projects but they are not working with simple...
View ArticleHow to display contacts photos
@Murhaf wrote: Hi, I'm trying to embed contacts in my app, I am using cordova-plugin-contacts with @ionic-native/contacts <ion-list> <button ion-item *ngFor="let contact of list | filterBy:...
View ArticleChartjs + firebase
@7martinelli wrote: Hey Ionites.How can I load a data from firebase to my chart.js? here is my code: ionViewDidLoad(){ this.polarChart = new Chart(this.polarCanvas.nativeElement, { type: 'polarArea',...
View ArticleAUXILIOO Runtime Error Template parse errors:
@rubesala1983 wrote: Buen dia guys no se como me puedan ayudar estoy haciendo un menu en ionic 3 pero me aparece el siguiente error al compilar pero el html esta declarado como en el appcomponent...
View ArticleRun process in background across all tab pages
@PurpleEdge wrote: I've never used the tabs interface before and have a design question... I want to log data from a bluetooth device, continuously, across all pages in a tabbed interface. Can I...
View ArticleInAppBrowser Cambiar el color del header gris
@Nelsneider wrote: Buenas amigos es posible cambiar el color del header de la ventana InAppBrowser que trae por defecto gris. Posts: 1 Participants: 1 Read full topic
View ArticleHow to upload cropped image
@yasirpanjsheri wrote: hi, I am using image picker and crop but I am failing to upload it correctly. this is the service I am using: getMedia(): Promise<any> { return...
View ArticleMy app restarts from splash when woken from background
@maylee wrote: Hi,My app restarts from splash when woken from background.I see this issue when app is in background mode for about 3 ~ 5 mins.I have read articles that Android or iOS can kill apps...
View ArticleSMS plugin_not_installed issue
@uchit wrote: I have installed cordova-plugin-sms and it's giving me plugin_not_installed issue while running app in android device Posts: 1 Participants: 1 Read full topic
View ArticleWhy Ionic, Cordova, Angular2 generates long file names?
@Mazolo wrote: I'm developing an app, using ionic2. Cannot copy app folder to a sub folder due to long file names in this directory:...
View ArticleNeed to display server down error
@asad219 wrote: I need to show server down error or Server busy error when Server is stopped. how to popup error return this._http.post(this._queryUrlAuth, body, options) .map((res: Response) =>...
View ArticleHow to display the label on google maps
@Nouf wrote: I am trying to display the coordinates on google map but I can not make the label appear on the map to see all the location <agm-map [latitude]="lat"[longitude]="lng" [zoom]="15"...
View Article