Calling feature for ionic v1 app
I Just call from default app.Contact number comes from ionic app but call will be dial from default app of device And I think without contact number make voice call between app to app is not possible
View ArticleImagepicker plugin is not installing
Actually, your image mentions https://github.com/Telerik-Verified-Plugins/ImagePicker which is different - but still includes a package.json so should work. Can you try another internet connection,...
View ArticleNgx-translate and Ionic 3?
I have been dealing with the same issue for last 2 days.Above solution worked for me. Thanks sonuyadav
View ArticleTrouble in fetching firebase data
Sorry I misundestood your data structure. Why dont you do a structure like this: billId: - extraItems: - KnHNPuRsIU ... - KnHNn7RprQ ... - etc ... - dueDate: " ... " So you get bill details, and get...
View ArticleExternal API calls inside Custom Cordova plugin
I want to create a custom cordova plugin in an which an external api call is made. But the native java method is not calling from js when External API call done within it. The JS file and native java...
View ArticleHow to download audios from soundcloud
Colo9311: let url = https://api.soundcloud.com/tracks/${audio.id}/download?client_id=${this.SC_CLIENT_ID}; Hi,did you find any solution for this? i am facing the same issue.
View ArticleCalling feature for ionic v1 app
can we use app to app calling using server ? do we have any third party plugins for accessing the speaker in phone for call in ionic ?
View ArticleSlides with orientation change
@ozexpert I found a workaround: if you add *ngIf to the ionic-slides element, set the boolean to false and then true in the onorientchange event callback it re-instantiates the slides element with the...
View ArticleSetting Focus to an Input in Ionic 2
I am surprised they don't focus by default when you click them this is standard behavior. Is it not for html inputs. I need help on this too for multiple text boxes.
View ArticleTrouble in fetching firebase data
I see, well the probelm is, the data you get when you fetch the bill details will be a json object. So the attribute names will be those unique child ids, which is a bit messy. So lets say in this...
View ArticleGrid question
Thanks Brandy, this code is working fine on Ionic v3, you are pretty and smart. Regards.
View ArticleStoring data inside database with ionic v2
Hello everyone, I am currently trying to understand how to store the data of my app (e.g user data) with a database. I need this data to be persistent because its going to be used later on. I have...
View ArticleIonic 2 icon and splash not working
Hello, I am trying to implement splash screen in ionic app, but it dosen't work for me. ionic resources generated successfully! but not updating in device while running, it build successfully, no...
View ArticleIonic Native + IOS + OneSignal
my system info global packages: @ionic/cli-utils : 1.1.2 Ionic CLI : 3.1.2 local packages: @ionic/app-scripts : 1.3.7 @ionic/cli-plugin-ionic-angular : 1.3.1 Ionic Framework : ionic-angular 3.4.2...
View ArticleStoring data inside database with ionic v2
If simple key/value storage is enough, use ionic storage.
View ArticleIonic Auth status for $ionicFacebookAuth?
try using facebook plugin for facebook auhentication
View Article