Ionic 3 Local Storage
@pendora7 wrote: Hey I am making a Survey Application in which Surveyee’s Data is stored in Local Database(when in offline mode) and when internet is available it sends all data to MySql Database....
View ArticleBackground running in geofence
@Faizyfaazz wrote: I used Geo fence to make a proximity application.but its work only when i open the app. how to set this app in background run.i want to check the condition in every 15 seconds....
View ArticleUnable to install unsigned apk
@vkr1980 wrote: I have create an unsigned apk using "ionic cordova build android --prod --release" but not able to install it in the device while installing it shows app not installed Please help ?...
View ArticleUnexpected close tag error, but cannot locate the file that didn't close the tag
@batur wrote: I use “ionic serve”, my app runs well, but when I build the app, run command “cordova build android”, it has the error below No scripts found for hook "before_build". No scripts found...
View ArticleInstalling Call Number Plugin Problem
@Michea wrote: Hi, this is my first time that I install a plugin, so i have installed this plugin just like official page say: 1) $ ionic cordova plugin add call-number 2) $ npm install --save...
View ArticleUnlimited level list for Menu
@aditya_1027 wrote: I want to create a menu in sidebar. In which we will have unlimited level of subcategories. Please guide me if anyone know how can i do this in ionic 3. This is my code and i want...
View ArticleWrite text into a bar element? (Chart.js)
@dram3vlh wrote: Hi, i made a stacked bar chart and i want to write some info in every stack.How can i write? import { Component } from '@angular/core'; import { NavController } from 'ionic-angular';...
View ArticleProblems with logout in ionic 3
@Kabilesh wrote: I am new to ionic app development. I have Implemented the login and logout logic like below. Login in login.ts loginUser(){ if (!this.loginForm.valid){...
View ArticleFingerprint authentication in real world
@Dlazzy wrote: Hello, I’m trying to find a way to use a fingerprint authentication in real world. All examples I’m seeing over internet it’s just using fingerprint to access another page… To do all...
View ArticleDisplay to the image which has taken from camera iOS problem
@inartech wrote: Goodmorning guys… I use this code in .ts file to take a picture: this.camera.getPicture() .then((imageData) => { this.picture = imageData; this.tookPicture = true; }) I use this...
View ArticleGet vales from Ion-checkbox
@pendora7 wrote: Hey ! I have a JSON URL from which some data is coming, I am getting that data in Checkbox. The problem is that how to get data (values selected) from ion-checkbox ? Thanks Posts: 3...
View ArticleSearch bar
@dipankar123 wrote: hi guys, facing problem related to search function showing error when i m typing a value in search bar ERROR TypeError: data.StudentID.toLowerCase is not a function please help...
View ArticleHTTP Timeout on --release
@fiuza78 wrote: Hello there, I have an app that works perfectly fine on chrome, emulator and on my tablet. But if I build it with --release tag, any http request get a timeout error. works fine: ionic...
View ArticleWhen click on function showig this erro
@flycoders_sourav wrote: i’m click on a function for navigation and nearbyPlace() function call into the ionViewWillEnter like this.showing an error. abcdef.PNG342x592 9.06 KB actually i want to do...
View ArticleField 'browser' doesn't contain a valid alias configuration
@aditya_1027 wrote: Tried to use --prod with run android command but getting this error: Module not found: Error: Can't resolve './app.module.ngfactory' in...
View Article(Ionic CLI) : 3.18.0 generators issue
@vikramvision wrote: Hi, I started a new project with ionic and i want to generate new page with CLI : ionic generate page Contact but i had a strange tags like that : [ERROR] Generators are only...
View ArticlePhoto taken by camera not showing in tag img in Ionic view
@paoloBittante wrote: Hi! I have this problem. I am taking a photo with the ionic native camera, showing the photo in a tag img in the same page and as last uploading to the server with the file...
View ArticleRetrieve nested structured database of firebase
@Ayesha wrote: How can I retrieve from nested database. The database structure is attached Posts: 1 Participants: 1 Read full topic
View ArticleUploading pictures
@khalilben wrote: Hi, I have a form with text input and i want to add picture file and upload it using api laravel… Any code example ? I already did this but don’t know if it’s the best way to do...
View ArticleBackground Service Implimentaton
@KailasTarade wrote: How to implement Background services in ionic 2/3. Please somebody help. Posts: 1 Participants: 1 Read full topic
View Article