I can't fetching contacts of names and phone in ionic3
in file HTML <div class="container" *ngFor="let contact of contactlist"> <h2 class="name">{{contact.displayName}}</h2> <p class="number">{{ contact.phoneNumbers }}</p>...
View ArticleIonic 2 Signature Pad resize image
@Geeky_Girl have you got solution to this problem ???please need a help …it will helpful for me
View ArticleHow to set a contact's id with the native contacts plugin?
Nobody? Anybody? I’d really love some suggestions!
View ArticleHow to change default launch icon of ionic app
hi, i have managed to change launcher icon Screenshot_2018-03-07-17-34-13-898_com.miui.home.png720x1280 782 KB But this small icon still uses ionic default. How do change this icon?...
View ArticleI can't fetching contacts of names and phone in ionic3
Hi, @Dedoo Try this: .html <div class="container" *ngFor="let contact of contactlist"> <h2 class="name">{{contact.displayName}}</h2> <p class="number">{{ contact.phoneNumbers...
View ArticleAutosize ion-textarea
Is this what you’re looking for? I’ve changed some code, according to the code I use in my apps. stackblitz.com expandable-input-nsxshd - StackBlitz SO: https://stackoverflow.com/questions/47547571
View ArticleIonic 2 Signature Pad resize image
please check this thread. I’ve updated my answer there https://stackoverflow.com/questions/44454463/ionic2-signature-pad-resize-image
View ArticleCall() is not working on iOS 11+
Thank You for answering my question. i checked the content by console.log() i can see phone number and it is working fine on Android. it is not only working on iOS ( iPhone ). Anyone can help me to...
View ArticleI can't fetching contacts of names and phone in ionic3
Thanks for answer me again but can’t not found of countrycode this code else { var mobile_no=phone.replace(/[^a-zA-Z0-9]/g, ""); mobile=countrycode+mobile_no; }
View ArticleHold content from showing until XML is loaded?
Hiya! So I got an XML to load right at the start of an app, and the general design needs data from said XML to keep the design consistent; for example: the color of a button. So the XML is loaded like...
View ArticleAutosize ion-textarea
Thank you for your response but i don’t see any difference in the code between your link and my link
View ArticleWorking offline mode, + synchronization (ionic 3)
Hi everybody, I am developing an app in ionic3 framework and i want to use PostgreSQL as database. I want to work my app on offline (sqlite) and sync the data to my database.I found PouchDB which...
View ArticleI can't fetching contacts of names and phone in ionic3
Please, check my updated answer.
View ArticleWorking offline mode, + synchronization (ionic 3)
Hi, @pierreLitto please refer this tutorial for offline sync data joshmorony - Build Mobile Apps with HTML5 – 30 Jun 16 Offline Syncing in Ionic 2 with PouchDB & CouchDB Since I started travelling...
View ArticleI can't fetching contacts of names and phone in ionic3
@addwebsolution That is plugin not normal data this is link of plugin contact for ionic Ionic Framework Ionic Framework Ionic is the app platform for web developers. Build amazing mobile, web, and...
View ArticlePush notification ionic 3
Hello everyone I am stuck now with push notification in ionic and all tutorials that I have seen are explaining push notification using Firebase. My question is that it is necessary to use firebase...
View ArticleIt possible to make this JavaScript to Typescript?
this code as a .js I want this to work on .ts document.getElementById(‘container’).appendChild( slides.reduce((fragment, svg, i) => { const span = document.createElement('span'); span.innerHTML = `...
View ArticleWorking offline mode, + synchronization (ionic 3)
@pierreLitto For MySQL, you have to use ionic SQLite plugin for offline sync. I have suggested this tutorial follow for MySQL database Djamware.com – 22 Sep 17 Ionic 3, Angular 4 and SQLite CRUD...
View Article