How to access values in a Radio Alert
@dimitri320 wrote: I can’t get to use/access the selected Radio button/value in an Alert in the following code: let alert = this.alertCtrl.create({ title: 'Specify the reason', inputs: [ { type:...
View ArticleIntegration payment gateway
@esuguna wrote: Hi, I m trying to integrate the ccavenue payment gateway with the ionic hybrid mobile app and the ccavenue is not providing any integration kits for the same. I have looked for sources...
View ArticleComponent declaration error
@sabarinathen wrote: @Input() map: google.maps.Map; **Error:**Cannot find namespace ‘google’ when i am importing the map @input decorator google cannot undefined error…how can i import these case?...
View ArticleDifference HTTP handling Ionic View legacy and new version
@Tommertom wrote: Hi I am noticing difference in the way Ionic View (new) handles HTTP (regular requests, not the native plugin) vs the legacy Ionic View. Legacy did not bother about CORS, but the new...
View ArticleProblems when trying to emulate ios
@Catalinu wrote: When trying to run ionic cordova emulate ios , i get the following message “Error: tsconfig: Cannot read file ‘/Users/catalin/VetLab/platforms/ios/cordova/tsconfig.json’: ENOENT: no...
View ArticlePush plugin issue on iOS ionic
@Umesh_Bhosale wrote: Hello all, I have trying to installing ionic push plugin in my project. But, I have got the following error. Installing “phonegap-plugin-push” for ios Failed to install...
View ArticleHow to set default value on ion-select
@dlim wrote: I would like to set a default value to Option Button on initial load. Here’s is my code but nothing is selected when page load. HTML file: <ion-item>...
View ArticleProgrammatically check Play Store for app updates?
@Arulmano wrote: how do i check my app version with online play store version for updating. please guide me . Posts: 1 Participants: 1 Read full topic
View ArticleWhere the download file saved in iOS phone
@gurjit_onebcg wrote: Ionic version: Ionic Framework Version: 3.0.1 I have created a sample app to download a file in Mobile device but when I click on download button, I see the download succeeded...
View ArticleGenerate and download csv file
@Nikhil94dhar wrote: I have gone through this below link example https://forum.ionicframework.com/t/generate-download-a-csv-file-with-ionic-2/63104 generating and writing is fine but its not showing...
View ArticleIonic Icon as SRC of IMG
@mgrieco wrote: Hi, there is a way to use an icon as src of img? Thanks in advance. Marco Posts: 2 Participants: 2 Read full topic
View ArticleVendor.js not loading with --livereload
@leostaric wrote: Hi guys, I’m having a rather wierd issue. All of a sudden (while trying to use Angular’s Http, if that’s any help) my app stopped working with --livereload when running on an Android...
View ArticleInput Password only Number
@mgrieco wrote: Hi, there is a way to have an input field of type password and number? If you set it as password is not possible have a keyboard with only numbers. Any ideas? Posts: 1 Participants: 1...
View ArticleIonic 3: Manipulating DOM in home.ts?
@andrewrodebaugh wrote: I am unable to manipulate the DOM in the file home.ts and I need to display data from health kit. If I am right and it is not possible how do I “transfer” constructors to...
View ArticleHow to integrate API.AI to Ionic
@dlim wrote: Hi, I’m new to Ionic and API.AI. I’m following this guide to integrate API.AI and Ionic: https://www.npmjs.com/package/cordova-plugin-apiai On the first part, it mentioned: Add to your...
View ArticleError during POST request in ionic 2
@Sidharth_1999 wrote: I’m trying to make a POST request to a server I’ve created. But when I run the application, I get the error : " Unexpected token L in JSON at position 0" This is the code I’m...
View ArticleIonic2 app changes does not reflected
@ionicdeve123 wrote: I am new to ionic. In freshly created ionic2 app, when I made any changes to home.html file, it does not getting reflected in app. App just show index.html file only. can any one...
View ArticleAutomatic notifications
@luianmiller wrote: Hello ,how to send automatic notifications with codeigniter or the database of firebase every time a change in the database was made? Posts: 1 Participants: 1 Read full topic
View ArticleHide and Show dynamically segments
@mburger81 wrote: We have two or more segments and we would hide and show dynamically this segments depending on property, something like that <ion-segment [(ngModel)]="connectionType"...
View ArticleChange the loaded object in modal
@pclavequin wrote: Hello All, Let’s imagine a page where 3 or more items are listed. The end user has to review each of these items. My current approach is that clicking on one item open a modal with...
View Article