How to generate round icons for google pixel 2 (round icon)
I don’t have a perfect fix, however: you can specific the base icon differently for iOS and Android. Read for example: https://blog.ionicframework.com/automating-icons-and-splash-screens/ (basically,...
View ArticleLive Deploy every time when starting app
May i know the principle of Deploy live is to load every time when users start the app? or suppose it just update one time only? I have now an app for debug. whenever i quit the app and start again it...
View ArticleImages from Firebase load slow in Ionic Framework
Images are rendering extremely slow in my Ionic app when uploading or downloading from Firebase. Is there an easy solution for this? selectPhoto(photoName: string): void { this.camera.getPicture({...
View ArticleImages from Firebase load slow in Ionic Framework
I think you can try to load a few of these pictures as soon as app starts. For instance, in your app.component.ts constructor(platform: Platform) { this.platform = platform;...
View ArticleUse ImagePicker
when i used native plugin imagePicker i get uri . I want to ask what uri used to do . thanks for reading my question
View ArticleIonic 2 Form with ngModel
Oh NO, It’s not work for me, I tried everything but still failed
View ArticleLoading css and html externally
Hey guys, am trying to load css and html I have stored in my database but the $sce policy isn’t working out for me when I use trust as resourceurl or use the sce globally in my ionic 1 app.js file. So...
View ArticleFirst search text value cleared if i entered the text in second search view...
I am using virtual keyboard .My page have two search view if i entered the value in search view its working well.But while moving one to another search view first entered view of text is cleared I am...
View ArticleHow to refresh when a segment button is clicked?
Hi@vaisridhar Use the Official documentation of ionic segment creation and usage. Segment with switchcase
View ArticleGroup in FormGroup
Hi@Hetuka Try this import { FormGroup } from '@angular/forms'; also define the form variable public myForm:FormGroup;
View ArticleI need to get products that matches id wit MenuId from firebase using ionic3
getProducts(id) { this.productRef.once(‘value’, (snap) => { this.products = []; if (snap.val()) { var tempProducts = snap.val(); for (var key in tempProducts) { let singleProduct = { id:key,...
View ArticleCould not download PDF from base 64 data from web service . Why?
@anespa ur code looks perfect. but the problem here is converstion of base64 to blob. let blobPdf = this.b64toBlob(base64pdf, ‘application/pdf’,512); Use FetchAPI to convert the base64 to blob...
View ArticleUnable to create production build
i am unable to build on Ubuntu using --prod option,and create the following error Running app-scripts build: --prod --platform android --target cordova [11:28:59] build prod started … [11:28:59] clean...
View ArticleIonic DevApp: Unable to load page
At least now I know that what happens to me is not something general. Thank you, @jaydz. Update: My iPad behaves like my iPhone: DevApp lists the ionic served apps, but is unable to run it (blank...
View ArticleWhy I'm having this error in ionic 3- " Typescript Error Cannot find module...
Hi@bedanta1998 Try this import {ProductDetails} from '../pages/product-details/product-details';
View ArticleCould not download PDF from base 64 data from web service . Why?
Hi Sathasivam, I changed my code some bit as follows getOwnershipCertificate(lb, bid, reason) { this.certificateProvider.getOwnershipCertificate(lb, bid, reason) .then(data => { let downloadPDF:...
View ArticleFile Transfer onProgress
Hi, How to provide a onProgress for listen multiple file transfer download
View Article